def __get__(self, instance: Service, owner: Type[Service] = None) -> 'Callable[[Any, Req], Awaitable[Res]]': pass # XXX MethodDescriptor.__get__() is not used anymore