public virtual grpc::AsyncUnaryCall <global::SDV701BackEnd.Protos.GetJsonSerializedResponse> GetPartsByCategoryIdAsync(global::SDV701BackEnd.Protos.GetByCategoryIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetPartsByCategoryId, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::SDV701BackEnd.Protos.GetJsonSerializedResponse> GetPartsByCategoryIdAsync(global::SDV701BackEnd.Protos.GetByCategoryIdRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetPartsByCategoryIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }