HttpServer2 httpServer = new HttpServer2();
httpServer.Start(); //If I don't await this, It won't block the main method. If I await it, I won't be able to do Console.ReadLine()
Console.ReadLine();
HttpServer2 httpServer = new HttpServer2();
httpServer.Start(); //If I don't await this, It won't block the main method. If I await it, I won't be able to do Console.ReadLine()
Console.ReadLine();