namespace ZB.MOM.WW.ScadaBridge.Commons.Messages.Streaming; /// /// Marker interface for events published to the site-wide stream /// (attribute value changes and alarm state changes). /// public interface ISiteStreamEvent { /// The unique name of the instance that produced this event. string InstanceUniqueName { get; } }