public UserViewModel GetUser(string username) { var dataModel = _userRepository.GetUser(username); return(userMapping.MapToView(dataModel)); }