/// <remarks/>
 public void GetOneZoneAsync(GetOneZoneRequestType GetOneZoneRequest, object userState) {
     if ((this.GetOneZoneOperationCompleted == null)) {
         this.GetOneZoneOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOneZoneOperationCompleted);
     }
     this.InvokeAsync("GetOneZone", new object[] {
                 GetOneZoneRequest}, this.GetOneZoneOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetOneZoneAsync(GetOneZoneRequestType GetOneZoneRequest) {
     this.GetOneZoneAsync(GetOneZoneRequest, null);
 }