public void GivenTheLoginPageHasBeenLoaded()
 {
     PageContext.LoginPage = PageObjectFactory.CreateLoginPage().Navigate();
 }