This example demonstrates the behavior of the append_async_suffix option in gRPC C# code generation.
Basic Unary Method (SayHello)
SayHelloAsync when append_async_suffix=truePre-existing Async Method (SayHelloAsync)
SayHelloAsyncAsync)Streaming Methods
MethodNameAsync when append_async_suffix=trueDeprecated Method (OldHello)