public System.Threading.Tasks.Task <deletePendingAccountPreferencesResponse> deletePendingAccountPreferencesAsync(OrganizationIdentity organizationIdentity)
        {
            deletePendingAccountPreferencesRequest inValue = new deletePendingAccountPreferencesRequest();

            inValue.organizationIdentity = organizationIdentity;
            return(((RecipientPortv3)(this)).deletePendingAccountPreferencesAsync(inValue));
        }
 System.Threading.Tasks.Task <deletePendingAccountPreferencesResponse> RecipientPortv3.deletePendingAccountPreferencesAsync(deletePendingAccountPreferencesRequest request)
 {
     return(base.Channel.deletePendingAccountPreferencesAsync(request));
 }