public async Task <IEnumerable <GameListViewModel> > Get() { return(await _services.GetAllGames()); }