namespace ErsatzTV.Core; public static class Settings { public static int UiPort { get; set; } public static int StreamingPort { get; set; } }