public virtual global::System.Threading.Tasks.Task <global::Efrei.ExchangeServer.Void> PingSrv(global::Efrei.ExchangeServer.Void request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::Efrei.ExchangeServer.Void> PingAsync(global::Efrei.ExchangeServer.Void request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(PingAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Efrei.ExchangeServer.Void> PingAsync(global::Efrei.ExchangeServer.Void request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Ping, null, options, request));
 }
 public virtual global::Efrei.ExchangeServer.Void Ping(global::Efrei.ExchangeServer.Void request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Ping, null, options, request));
 }