public async Task <ContentItem> GetContentItem(string path)
 {
     return(await ContentItems.FirstOrDefaultAsync(p => p.Path == path));
 }