public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.CRM.RPC.GuestSvcManyGuestsResponse> SearchByNamePrefix(global::HOLMS.Types.CRM.RPC.GuestSvcPrefixSearchRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 public virtual AsyncUnaryCall <global::HOLMS.Types.CRM.RPC.GuestSvcManyGuestsResponse> SearchByNamePrefixAsync(global::HOLMS.Types.CRM.RPC.GuestSvcPrefixSearchRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(SearchByNamePrefixAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual AsyncUnaryCall <global::HOLMS.Types.CRM.RPC.GuestSvcManyGuestsResponse> SearchByNamePrefixAsync(global::HOLMS.Types.CRM.RPC.GuestSvcPrefixSearchRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SearchByNamePrefix, null, options, request));
 }
 public virtual global::HOLMS.Types.CRM.RPC.GuestSvcManyGuestsResponse SearchByNamePrefix(global::HOLMS.Types.CRM.RPC.GuestSvcPrefixSearchRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SearchByNamePrefix, null, options, request));
 }