static void Main(string[] args) { ServerController server = new ServerController(); server.Start(); }