static async Task Main(string[] args)
 {
     var httpServer = new HttpServer(80);
     await httpServer.StartAsync();
 }