/// <remarks/>
 public void GET_CONTRACTS__2Async(InputParameters6 InputParameters) {
     this.GET_CONTRACTS__2Async(InputParameters, null);
 }
 /// <remarks/>
 public void GET_CONTRACTS__2Async(InputParameters6 InputParameters, object userState) {
     if ((this.GET_CONTRACTS__2OperationCompleted == null)) {
         this.GET_CONTRACTS__2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGET_CONTRACTS__2OperationCompleted);
     }
     this.InvokeAsync("GET_CONTRACTS__2", new object[] {
                 InputParameters}, this.GET_CONTRACTS__2OperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGET_CONTRACTS__2(InputParameters6 InputParameters, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("GET_CONTRACTS__2", new object[] {
                 InputParameters}, callback, asyncState);
 }