public async Task Add(ClientDto dto) { var entity = dto.MapToEntity(); await _clientRepository.Add(entity); }