public void ThenViewsQuantityForTheBananaSongVideoIsMoreThan(int expectedViews)
        {
            YouTubePage youTubePage = new YouTubePage();

            Assert.IsTrue(youTubePage.ValidateQuantityOfVideoViews(expectedViews));
        }