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