public virtual global::gRPC_Services.CustomerModel GetCustomerInfo(global::gRPC_Services.CustomerLookModel request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetCustomerInfo(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::gRPC_Services.CustomerModel GetCustomerInfo(global::gRPC_Services.CustomerLookModel request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetCustomerInfo, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::gRPC_Services.CustomerModel> GetCustomerInfoAsync(global::gRPC_Services.CustomerLookModel request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetCustomerInfo, null, options, request));
 }