public ValuesController(IActorFactory factory)
 {
     _demoActor   = factory.GetDemoActor();
     _deployActor = factory.GetDeployActor();
 }