/// <summary> /// Processes the current game list /// </summary> /// <param name="games">List of games</param> internal static void UpdateGames(GameList games) { // throw new NotImplementedException(); }