public void Create_SelectedResourceInformation()
        {
            utilities.ConsoleMessageStart();
            utilities.extenttest = utilities.extent.StartTest("Selected Resource Information");
            utilities.extenttest.AssignCategory("HomePage Tests");
            login.NavigateTo();
            login.LoginSuccess();
            login.Wait();
            homepage.SinglePropertySearch();
            Thread.Sleep(5000);
            homepage.SinglePropertySelect();
            Thread.Sleep(3000);
            homepage.SelectedResourceInformationIcon();
            Boolean present1 = homepage.isAttributePresent(this.validatormap.SelectedResourceInformationValidator, "class");

            Assert.IsTrue(present1 == true);
            utilities.extenttest.Log(LogStatus.Pass, "Assert pass ");
        }