using System.Threading.Tasks;
private static HttpClient client = new();
public static async Task Main()
public static async Task Good()
Console.WriteLine("Before goes wrong");
var str = await client.GetStringAsync("http://googleeee.com/");
Console.WriteLine("After goes wrong");