{
        match: func(obj interface{}) bool {
            _, valid := obj.(func(moleculer.Payload) interface{})
            return valid
        },