public async Task <Client> GetByIdAsync(string id) { return(await ObjectMapper.ClientEntityToDtoClient(await _clientRepository.GetByIdAsync(id))); }