public void TestExtendMessage()
        {
            string message  = "AAP S123456789 ciaone this has a abbreviation";
            string expected = "AAP <Always a pleasure> S123456789 ciaone this has a abbreviation";

            Assert.AreEqual(expected, c.ExtendAbbreviationInsideMessage(message, message.Length));;
        }