public async Task <dynamic> Profile() { var steamId = User.GetSteamId(); return(await _steamService.GetPlayerInfoAsync(steamId)); }