/// <summary> /// Starts all modules of the server. /// </summary> public void Start() { _tcpServer.StartListening(); _msgProcessor.StartProcessing(); _componentOverseer.StartMonitoring(); }