/// <summary>
 ///  Distribution
 /// </summary>
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetGeneralAvailabilityReportAsync(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcPropertyDateRangeRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetGeneralAvailabilityReportAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 /// <summary>
 ///  Distribution
 /// </summary>
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetGeneralAvailabilityReportAsync(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcPropertyDateRangeRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetGeneralAvailabilityReport, null, options, request));
 }
 /// <summary>
 ///  Distribution
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetGeneralAvailabilityReport(global::HOLMS.Types.Reporting.RPC.FrontDeskReportingSvcPropertyDateRangeRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }