private void Execute()
        {
            _configuration = new BlendedCacheConfiguration();
            _configuration.DefaultCacheTimeout = _defaultCacheTimeout;
            _configuration.RegisterTypeConfiguration(_registeredType, _registeredConfig);

            _response = _configuration.GetCacheTimeoutForTypeOrDefault(_lookedUpType);
        }