void SaveList()
 {
     lock (gameslock)
         context.Settings.Set(this, "games", JSON.WriteString(games.ToArray()));
 }