public void coordinator_not_should_be_able_to_access_invite_enterprise_page_if_not_logged_in()
        {
            InviteContactEnterpriseCoordinatorPage.GoToByUrl();

            LoginPage.IsDisplayed.Should().BeTrue();
        }