public System.Threading.Tasks.Task <MiVoiceCallRecorderExample.Session.GetUserProfileResponse> GetUserProfileAsync(string sessionID)
 {
     MiVoiceCallRecorderExample.Session.GetUserProfileRequest inValue = new MiVoiceCallRecorderExample.Session.GetUserProfileRequest();
     inValue.Body           = new MiVoiceCallRecorderExample.Session.GetUserProfileRequestBody();
     inValue.Body.sessionID = sessionID;
     return(((MiVoiceCallRecorderExample.Session.SessionSoap)(this)).GetUserProfileAsync(inValue));
 }
 public MiVoiceCallRecorderExample.Session.UserProfile GetUserProfile(string sessionID)
 {
     MiVoiceCallRecorderExample.Session.GetUserProfileRequest inValue = new MiVoiceCallRecorderExample.Session.GetUserProfileRequest();
     inValue.Body           = new MiVoiceCallRecorderExample.Session.GetUserProfileRequestBody();
     inValue.Body.sessionID = sessionID;
     MiVoiceCallRecorderExample.Session.GetUserProfileResponse retVal = ((MiVoiceCallRecorderExample.Session.SessionSoap)(this)).GetUserProfile(inValue);
     return(retVal.Body.GetUserProfileResult);
 }
 System.Threading.Tasks.Task <MiVoiceCallRecorderExample.Session.GetUserProfileResponse> MiVoiceCallRecorderExample.Session.SessionSoap.GetUserProfileAsync(MiVoiceCallRecorderExample.Session.GetUserProfileRequest request)
 {
     return(base.Channel.GetUserProfileAsync(request));
 }
 MiVoiceCallRecorderExample.Session.GetUserProfileResponse MiVoiceCallRecorderExample.Session.SessionSoap.GetUserProfile(MiVoiceCallRecorderExample.Session.GetUserProfileRequest request)
 {
     return(base.Channel.GetUserProfile(request));
 }