public void when_set_should_set_VolatileCache_WithExpiration()
        {
            _volatileCache = new DictionaryVolatileCache();

            Execute();

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