/// <remarks/>
 public void GetOneSecondaryAsync(GetOneSecondaryRequestType GetOneSecondaryRequest, object userState) {
     if ((this.GetOneSecondaryOperationCompleted == null)) {
         this.GetOneSecondaryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOneSecondaryOperationCompleted);
     }
     this.InvokeAsync("GetOneSecondary", new object[] {
                 GetOneSecondaryRequest}, this.GetOneSecondaryOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetOneSecondaryAsync(GetOneSecondaryRequestType GetOneSecondaryRequest) {
     this.GetOneSecondaryAsync(GetOneSecondaryRequest, null);
 }