public static void MyClassInitialize(TestContext testContext)
        {
            HourTestsWithRoleReview.UserName     = DataHelper.RandomString(20);
            HourTestsWithRoleReview.UserPassword = DataHelper.RandomString(20);

            BusinessHelper.CreateUserWithReview(HourTestsWithRoleReview.UserName, HourTestsWithRoleReview.UserPassword);
        }