/// <remarks/>
 public void RetrieveSystemFareQuoteAsync(RetrieveSystemFareQuote RetrieveSystemFareQuoteRequest, object userState) {
     if ((this.RetrieveSystemFareQuoteOperationCompleted == null)) {
         this.RetrieveSystemFareQuoteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetrieveSystemFareQuoteOperationCompleted);
     }
     this.InvokeAsync("RetrieveSystemFareQuote", new object[] {
                 RetrieveSystemFareQuoteRequest}, this.RetrieveSystemFareQuoteOperationCompleted, userState);
 }
 /// <remarks/>
 public void RetrieveSystemFareQuoteAsync(RetrieveSystemFareQuote RetrieveSystemFareQuoteRequest) {
     this.RetrieveSystemFareQuoteAsync(RetrieveSystemFareQuoteRequest, null);
 }