public virtual grpc::AsyncUnaryCall <global::P4TLB.MasterServer.GetKitResponse> GetCurrentKitAsync(global::P4TLB.MasterServer.GetKitRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetCurrentKit, null, options, request));
 }
 public virtual global::P4TLB.MasterServer.GetKitResponse GetCurrentKit(global::P4TLB.MasterServer.GetKitRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetCurrentKit, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::P4TLB.MasterServer.GetKitResponse> GetCurrentKitAsync(global::P4TLB.MasterServer.GetKitRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetCurrentKitAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::P4TLB.MasterServer.GetKitResponse> GetCurrentKit(global::P4TLB.MasterServer.GetKitRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }