protected ReadOnlyCollection <IWebElement> FindMultipleBy(By by) => SafeSearchContext.Wrap(Driver).FindElements(by);
protected IWebElement FindBy(By by) => SafeSearchContext.Wrap(Driver).FindElement(by);