public void Get_Dictionary_Method_Set()
        {
            InitCache();
            var methodSet = cache.GetDictionaryMethodSet(typeof(T).Name);

            Assert.IsNotNull(methodSet);
        }