void OnGamesChanged() { SaveList(); lock (gameslock) Logger.Info(this, "Upcoming Games changed", string.Join(", ", games.Select(g => g.Name))); }