namespace ServiceUpdater; public sealed class UpdaterConfig(IConfiguration config) { public string ServicesRoot => config["Root"] ?? "/"; }