public virtual grpc::AsyncUnaryCall <global::Videa.SellerRatingNS.Service.Proto.Types.RatingDemoAddUpdateResponse> RatingDemoAddUpdateAsync(global::Videa.SellerRatingNS.Service.Proto.Types.RatingDemoAddUpdateRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(RatingDemoAddUpdateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Videa.SellerRatingNS.Service.Proto.Types.RatingDemoAddUpdateResponse> RatingDemoAddUpdateAsync(global::Videa.SellerRatingNS.Service.Proto.Types.RatingDemoAddUpdateRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_RatingDemoAddUpdate, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::Videa.SellerRatingNS.Service.Proto.Types.RatingDemoAddUpdateResponse> RatingDemoAddUpdate(global::Videa.SellerRatingNS.Service.Proto.Types.RatingDemoAddUpdateRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }