public virtual AsyncUnaryCall <global::WaiterServiceProto.Bool> addOrderAsync(global::WaiterServiceProto.Order request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_addOrder, null, options, request));
 }
 public virtual global::WaiterServiceProto.Bool addOrder(global::WaiterServiceProto.Order request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_addOrder, null, options, request));
 }
 public virtual AsyncUnaryCall <global::WaiterServiceProto.Bool> addOrderAsync(global::WaiterServiceProto.Order request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(addOrderAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::WaiterServiceProto.Bool> addOrder(global::WaiterServiceProto.Order request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }