public sealed class CentralApiOptions { public const string Section = "CentralApi"; public string BaseUrl { get; init; } = "http://localhost:5080"; }