/// <summary> /// Main method /// </summary> public static void Main() { Server server = new Server(); server.RunService(); }