public async Task <User> GetByEmail(string email) { var result = await _userQuery.GetByEmail(email); return(result); }