public static void ElementsNotFoundLogAndThrow(string locatorReference, Exception e)
 {
     LoggingHelper.LogExceptionAndThrow(
         $"Elements: {locatorReference} - was not found due to Exception: {e}");
 }