public void Login() { Session = ProfileFacade.PostLogin(new TestLoginModel { Email = Configuration.UserName, Password = Configuration.Password }).AssertSuccess().GetTokenFromResponse(); }
public void Logout() { ProfileFacade.PostLogout(Session); }