namespace SteamTimeQuery; public class AppConfig { public int Port { get; set; } = 5000; public string ApiKey { get; set; } = ""; }