public class DashboardOptions { public const string Section = "Dashboard"; public string[] CorsOrigins { get; set; } = ["http://localhost:5173"]; }