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