public void ThenICanSeeTheAutoResponseAs_OkAndWhenYouGetYourNewProperty()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.VerifyAutoChatResponse();
            driver.Quit();
        }
        public void ThenTheChatWindowsRestarts()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.VerifyRestartLink();
            driver.Quit();
        }
        public void ThenTheAutochatWindowOpens()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.ChatWindow();
        }
        public void WhenIClickOnRestartPlan()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.ClickRestartPlanLink();
        }
        public void WhenIClickOnNotYetForTheQuestionFirstDoYouAlreadyOwnAProperty()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.StartChat();
        }
        public void WhenICanAutochatToBuyAHouse()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.ChatBuyaHouse();
        }
        public void WhenIClickOnGoalsIcon()
        {
            MobileChatFlows Mcf = new MobileChatFlows(driver);

            Mcf.GoalsIcon();
        }