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