public void TestGetEnuemrator()
        {
            var dic = new TrackableDictionary <string, int>();

            Assert.IsNotNull(dic.GetEnumerator());
        }