public void ThenValidateTheTMIsCreated() { bool isValidate = tmPage.validateNewTMIsCreated(); Console.WriteLine("Validate the TM is created"); Assert.IsTrue(false); }