public void UserLogout()
        {
            driver.Navigate().GoToUrl(baseUrl);

            users.Logout();

            Assert.Equals("Home Page - Review", driver.Title);
        }