/// <remarks/>
 public void FindProductsAsync(FindProductsRequestType FindProductsRequest, object userState) {
     if ((this.FindProductsOperationCompleted == null)) {
         this.FindProductsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindProductsOperationCompleted);
     }
     this.InvokeAsync("FindProducts", new object[] {
                 FindProductsRequest}, this.FindProductsOperationCompleted, userState);
 }
 /// <remarks/>
 public void FindProductsAsync(FindProductsRequestType FindProductsRequest) {
     this.FindProductsAsync(FindProductsRequest, null);
 }