var fullQueryLink = "https://.net/profile/" + name;
var config = Configuration.Default.WithDefaultLoader();
using (var document = await BrowsingContext.New(config).OpenAsync(fullQueryLink).ConfigureAwait(false))
const document = new DOMParser().parseFromString(await (await fetch("https://toster.ru/q/668420")).text(), "text/html");