static void Main(string[] args) { ClientController clientController = new ClientController(); clientController.StartClient(); }