public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetBookingAssociatedFoliosSummary(global::HOLMS.Types.Reporting.RPC.GroupBookingAssociatedFoliosRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetBookingAssociatedFoliosSummaryAsync(global::HOLMS.Types.Reporting.RPC.GroupBookingAssociatedFoliosRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetBookingAssociatedFoliosSummaryAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetBookingAssociatedFoliosSummaryAsync(global::HOLMS.Types.Reporting.RPC.GroupBookingAssociatedFoliosRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetBookingAssociatedFoliosSummary, null, options, request));
 }
 public virtual global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse GetBookingAssociatedFoliosDetail(global::HOLMS.Types.Reporting.RPC.GroupBookingAssociatedFoliosRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetBookingAssociatedFoliosDetail, null, options, request));
 }