public System.Threading.Tasks.Task <deletePendingAccountRequestResponse> deletePendingAccountRequestAsync(string recipientId, string userIdentity)
        {
            deletePendingAccountRequestRequest inValue = new deletePendingAccountRequestRequest();

            inValue.recipientId  = recipientId;
            inValue.userIdentity = userIdentity;
            return(((RecipientPortv3)(this)).deletePendingAccountRequestAsync(inValue));
        }
 System.Threading.Tasks.Task <deletePendingAccountRequestResponse> RecipientPortv3.deletePendingAccountRequestAsync(deletePendingAccountRequestRequest request)
 {
     return(base.Channel.deletePendingAccountRequestAsync(request));
 }