public void ThenISuccessfullyLogin() { Thread.Sleep(2000); selenium.EnterUsername(); selenium.EnterPassword(); selenium.ClickLoginButton(); }