public Task <PageContent> Get(string id)
 {
     return(_cache.AddOrGetExistingAsync(id, s => _pageContentRepository.GetAsync(s)));
 }