namespace HaCompanion; public record UptimeStatistics(string Website, bool DnsOk, bool? HttpOk, bool? DataOk);