namespace ScadaLink.Commons.Messages.DebugView; /// /// Wraps a debug stream event (AttributeValueChanged or AlarmStateChanged) with /// the correlationId for routing back to the correct DebugStreamBridgeActor on central. /// Sent from InstanceActor → SiteCommunicationActor → ClusterClient → CentralCommunicationActor. /// public record DebugStreamEvent(string CorrelationId, object Event);