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