namespace ScadaLink.Commons.Messages.Communication; public record SiteIdentity( string SiteId, string NodeHostname, bool IsActive);