/// <remarks/>
 public void GetCommissionRunTotalsReportAsync(GetCommissionRunTotalsReportRequest GetCommissionRunTotalsReportRequest, object userState) {
     if ((this.GetCommissionRunTotalsReportOperationCompleted == null)) {
         this.GetCommissionRunTotalsReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCommissionRunTotalsReportOperationCompleted);
     }
     this.InvokeAsync("GetCommissionRunTotalsReport", new object[] {
                 GetCommissionRunTotalsReportRequest}, this.GetCommissionRunTotalsReportOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetCommissionRunTotalsReportAsync(GetCommissionRunTotalsReportRequest GetCommissionRunTotalsReportRequest) {
     this.GetCommissionRunTotalsReportAsync(GetCommissionRunTotalsReportRequest, null);
 }