public System.Threading.Tasks.Task <PanoptoCollectAllStats.UsageReporting.SummaryUsageResponseItem[]> GetSessionSummaryUsageAsync(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid sessionId, System.DateTime beginRange, System.DateTime endRange, PanoptoCollectAllStats.UsageReporting.UsageGranularity granularity)
 {
     return(base.Channel.GetSessionSummaryUsageAsync(auth, sessionId, beginRange, endRange, granularity));
 }
 public PanoptoCollectAllStats.UsageReporting.SummaryUsageResponseItem[] GetFolderSummaryUsage(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid folderId, System.DateTime beginRange, System.DateTime endRange, PanoptoCollectAllStats.UsageReporting.UsageGranularity granularity)
 {
     return(base.Channel.GetFolderSummaryUsage(auth, folderId, beginRange, endRange, granularity));
 }