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