public void when_set_should_set_ContextCache()
        {
            _contextCache = new DictionaryContextCache(); // remove the item

            Execute();

            Assert.AreEqual(_cachedItem, _contextCache.Get<CachedData>(_cacheKey));
        }