public ClientViewModel GetByEmail(string email) { return(Mapper.Map <ClientViewModel>(_clientService.GetByEmail(email))); }