public void TestSingleOccurence()
        {
            string text = "Hello World from Belgium.";

            Assert.Equal(1, finder.SearchAndCount(text, "from"));
        }