private final EventThread eventThread;
public WorkManager(BootStrapContext context){
this.bee = new WorkerBee();
this.bContext = context;
this.bitComWorker = new BitComHandlerImpl(bee);
this.userWorker = new UserWorker(bee);
this.eventThread = new EventThread();
}