/// <remarks/>
 public void FindPopularSearchesAsync(FindPopularSearchesRequestType FindPopularSearchesRequest, object userState) {
     if ((this.FindPopularSearchesOperationCompleted == null)) {
         this.FindPopularSearchesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindPopularSearchesOperationCompleted);
     }
     this.InvokeAsync("FindPopularSearches", new object[] {
                 FindPopularSearchesRequest}, this.FindPopularSearchesOperationCompleted, userState);
 }
 /// <remarks/>
 public void FindPopularSearchesAsync(FindPopularSearchesRequestType FindPopularSearchesRequest) {
     this.FindPopularSearchesAsync(FindPopularSearchesRequest, null);
 }