public void ThenResultShouldBe(string results)
        {
            bool isOk = _driver.CheckCondition(results);

            Assert.True(isOk);
        }