public void TimeToAchieveGoalFailTest()
        {
            string exp = "100";
            string res = MyMethodsLib.TimeToAchieveGoal("70", 7);

            Assert.AreNotEqual(exp, res);
        }