public void TestMethodWithTerribleComplexityWithValidInput()
        {
            var crappyClass = new CrappyClass();

            var returnValue = crappyClass.MethodWithTerribleComplexity("H3llo WUrLD!");

            Assert.IsTrue(returnValue);
        }
        public void TestMethodWithTerribleComplexityWithValidInput()
        {
            var crappyClass = new CrappyClass();

            var returnValue = crappyClass.MethodWithTerribleComplexity("H3llo WUrLD!");

            Assert.IsTrue(returnValue);
        }