public static void TestCommand() { Console.WriteLine("-- TEST COMMAND --"); CommandClient client = new CommandClient(); client.StartClient(); }