public void AddNewPropertyWithExistingDataAndValidate()
            {
                // creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("AddNewPropertyWithExistingDataAndValidate");
                PropertyDetails obj = new PropertyDetails();

                obj.EnterOwnersPropertiesPage();
                obj.AddAnExistingPropertyAndValidate();
            }