using Akka.Actor; namespace ZB.MOM.WW.ScadaBridge.ManagementService; public class ManagementActorHolder { /// Reference to the Management actor; null until the actor has been started. public IActorRef? ActorRef { get; set; } }