/// <remarks/>
 public void RetrieveFareQuoteAsync(RetrieveFareQuote RetrieveFareQuoteRequest, object userState) {
     if ((this.RetrieveFareQuoteOperationCompleted == null)) {
         this.RetrieveFareQuoteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetrieveFareQuoteOperationCompleted);
     }
     this.InvokeAsync("RetrieveFareQuote", new object[] {
                 RetrieveFareQuoteRequest}, this.RetrieveFareQuoteOperationCompleted, userState);
 }
 /// <remarks/>
 public void RetrieveFareQuoteAsync(RetrieveFareQuote RetrieveFareQuoteRequest) {
     this.RetrieveFareQuoteAsync(RetrieveFareQuoteRequest, null);
 }