public async Task <CustomerViewModel> Get(string email) { return(_mapper.Map <CustomerViewModel>(await _customerData.GetByEmail(email))); }