public void AssertTagText(string expected, SoftUniCoursePage tagText)
 {
     Assert.AreEqual(expected, tagText.headerTag.Text, "Text in tag should contain: QA Automation - септември 2019");
 }
 public void AssertTag(string expected, SoftUniCoursePage pageTag)
 {
     Assert.AreEqual(expected, pageTag.headerTag.TagName, "Tag name should be h1");
 }