namespace ScadaLink.Host; public class DatabaseOptions { public string? ConfigurationDb { get; set; } public string? SiteDbPath { get; set; } }