public Recipient GetRecipient(int companyId, Guid uniqueId)
 {
     return(_recipientRepository.GetRecipient(companyId, uniqueId));
 }