namespace Jugenddienst_Stunden.Infrastructure; internal sealed class ApiOptions { public required string BaseUrl { get; init; } public TimeSpan Timeout { get; init; } = TimeSpan.FromSeconds(15); }