/// <remarks/>
 public void GetUserProfileAsync(GetUserProfileRequestType GetUserProfileRequest, object userState) {
     if ((this.GetUserProfileOperationCompleted == null)) {
         this.GetUserProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetUserProfileOperationCompleted);
     }
     this.InvokeAsync("GetUserProfile", new object[] {
                 GetUserProfileRequest}, this.GetUserProfileOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetUserProfileAsync(GetUserProfileRequestType GetUserProfileRequest) {
     this.GetUserProfileAsync(GetUserProfileRequest, null);
 }