public ContentStore(StoreBase fileStore) { _fileStore = fileStore; }
public CacheStore(StoreBase store) { this.store = store; }