private async Task <GameSimpleModel> GetGame(string code) { return(await gameDataProvider.GetGame(code)); }