public async Task <int> UpdateRecipients(RecipientUpdateModel recipientUpdateModel)
 {
     return(await _recipientRepository.UpdateRecipients(recipientUpdateModel));
 }
 public async Task <int> UpdateRecipients(RecipientUpdateModel recipientUpdateModel)
 {
     return(await Command <RecipientUpdateModel>("Crm.UpdateRecipients", recipientUpdateModel));
 }