namespace ZA.CoreService.ESBCertificateManager.Models; public sealed class AppSettings { public bool UseOfflineSampleData { get; set; } = true; public string SampleTargetsPath { get; set; } = "Data/targets.sample.json"; public string LogDirectory { get; set; } = "Logs"; public List SonicConnections { get; set; } = []; }