using Model; namespace Web.Services; public class GameService { public string? OverviewHtml => GeneratedData.OverviewHtml; public List Games => GeneratedData.Games; }