namespace Api.Settings; public sealed class InternalApiSettings { public string ApiKey { get; set; } = string.Empty; public bool RequireApiKey { get; set; } = false; }