using Akka.Actor; namespace ScadaLink.ManagementService; public class ManagementActorHolder { public IActorRef? ActorRef { get; set; } }