public object CacheCreate()
        {
            _outputCacheManager.TagCache(ControllerContext.HttpContext, new Dictionary <string, string> {
                { "TagKey", "TagValue" }
            });

            return(null);
        }