public List <ContactInfoDto> GetAll() => _repository.FindAll().Select(ContactInfoDto.FromDomain).ToList();