public void Get_Dictionary_Properties()
        {
            InitCache();
            var attr = cache.GetDictionaryProperties(typeof(T).Name);

            Assert.IsNotNull(attr);
        }