public async Task <IEnumerable <GameModel.GetAllGames.Models.OutModel> > GetAllGame() { return(await gameService.GetAllPublicGames()); }