private void Start() { var workerService = WorkerFactory.GetWorkerService(); workerService.Start(); workerService.Monitor(); }