public bool?IsIdDisplayed(string elementSearch)
 {
     return(UiTestHelper.IsTextDisplayed(App, elementSearch));
 }