public void TestCountString()
        {
            var testWord = "DEVROCK#04";

            Assert.True(StringLib.Count(testWord) > 10);
        }