private static void CkeckForSuccessLogin(AuthPage authPage) { if (!authPage.IsSigInSuccessful()) { throw new ArgumentException("SignIn is failed: Incorrect username or password"); } }