public void AssertPageUrlName(string pageUrl)
 {
     Assert.IsTrue(_specFlowFeature1PageObject.GetPageUrlName(pageUrl));
 }