void removeGame(AppGame game) => playedGames.removeWhere((playedGame) => playedGame.uuid == game.uuid);