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