public System.Threading.Tasks.Task <getAccountPreferencesResponse> getAccountPreferencesAsync(string RecipientId, string UserIdentity)
        {
            getAccountPreferencesRequest inValue = new getAccountPreferencesRequest();

            inValue.RecipientId  = RecipientId;
            inValue.UserIdentity = UserIdentity;
            return(((RecipientPortv3)(this)).getAccountPreferencesAsync(inValue));
        }
 System.Threading.Tasks.Task <getAccountPreferencesResponse> RecipientPortv3.getAccountPreferencesAsync(getAccountPreferencesRequest request)
 {
     return(base.Channel.getAccountPreferencesAsync(request));
 }