protected ContentTypeStoreBase(ICacheService cacheServicce, IContentTypeParser parser)
 {
     this.cache  = cacheServicce;
     this.parser = parser;
 }
 public ContentTypeStore(ICacheService cacheService, IContentTypeParser parser) : base(cacheService, parser)
 {
 }