public void Can_Edit_EditAccountInformation()
        {
            UiMap.OpenHomePageOnIE();
            if (UiMap.UIOnlineshoppingfromagWindow1.UIOnlineshoppingfromagDocument.UILayoutPane.UILoginHyperlink.Exists)
            {
                UiMap.LoginAdmin();
            }

            UiMap.OpenAccountPage();
            UiMap.IsMyDashboardOpened();

            UiMap.OpenAccountInformationPage();
            UiMap.IsEditAccountInformationVisible();

            UiMap.AccountRenameToJohnSmith();
            UiMap.IsJohnSmithWelcome();
        }