public void LogonWithUsernameIsPasswordIs(string username, string password) { try { TestDataManager.Login(username, password); } catch (Exception) { Cleanup(); throw; } }