public ServerTask(NewSceneProcessor newSceneProcessor, ExclusiveProcessor exclusiveProcessor, INotificationService notificationService, AmbxEngineWrapper engine)
 {
     ServerTask.newSceneProcessor = newSceneProcessor;
       ServerTask.exclusiveProcessor = exclusiveProcessor;
       this.notificationService = notificationService;
       this.engine = engine;
 }
 public EngineActor(AmbxEngineWrapper ambxEngineWrapper)
 {
     this.ambxEngineWrapper = ambxEngineWrapper;
 }