static void Main(string[] args) { EchoToolWorker echoWorker = new EchoToolWorker(args); echoWorker.Run(); }