public LightAutomationEnviromentBuilder(ActorContext actorContext)
 {
     _actorContext = actorContext;
 }
 public void PrepareContext()
 {
     _context = new ActorContext();
 }
 public LightAutomationServiceBuilder(ActorContext actorContext)
 {
     _actorContext = actorContext;
 }