public virtual global::System.Threading.Tasks.Task <global::Protos.SendColorResponse> SendColor(global::Protos.SendColorRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::Protos.SendColorResponse> SendColorAsync(global::Protos.SendColorRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(SendColorAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Protos.SendColorResponse> SendColorAsync(global::Protos.SendColorRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SendColor, null, options, request));
 }
 public virtual global::Protos.SendColorResponse SendColor(global::Protos.SendColorRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SendColor, null, options, request));
 }