public string GetAttributeValue(HtmlAttribute attribute) => attribute.Value;
public string GetAttributeName(HtmlAttribute attribute) => attribute.Name;