using ZB.MOM.WW.OtOpcUa.Commons.Types; namespace ZB.MOM.WW.OtOpcUa.Commons.Messages.Fleet; /// /// Request a diagnostic snapshot from a per-node DriverHostActor. Sent by the admin UI's /// IFleetDiagnosticsClient via ActorSelection over the cluster; the local /// DriverHostActor responds with a NodeDiagnosticsSnapshot. /// public sealed record GetDiagnostics(CorrelationId CorrelationId);