using (WebClient client = new WebClient())
{
string htmlCode = client.DownloadString("https://kad.arbitr.ru/Card?number=СИП-539/2021");
File.WriteAllText(@"C:\Users\Влад Мармелад\Desktop\ss.html", htmlCode);
}