public ClientWorker() { _backgroundWorker = new BackgroundWorker(); _timedWorker = new TimedWorker(); }