public void ThenSAAre(string titles)
 {
     Assert.IsTrue(newsPage.GetSecondaryArticleTitleList().Contains(titles));
 }