public IUnaryMethodCall <global::Plexus.Interop.Testing.Generated.GreetingResponse> Hello(global::Plexus.Interop.Testing.Generated.GreetingRequest request)
 {
     return(_callInvoker.Call(Descriptor.HelloMethod, request));
 }
 public Task <global::Plexus.Interop.Testing.Generated.GreetingResponse> Hello(global::Plexus.Interop.Testing.Generated.GreetingRequest request, MethodCallContext context)
 {
     return(_helloHandler(request, context));
 }