static void Main(string[] args) { var listener = new SimpleListener(); listener.StartListeningOn("http://localhost:88"); }