namespace Salmon.Service; public class Configuration { public Uri? Url { get; set; } public int? Period { get; set; } public bool? MonitorHardware { get; set; } = true; public bool? MonitorLocalSoftware { get; set; } = true; public List Watch { get; set; } = new (); }