public bool SoftDeletePageContent(Guid id) { var content = _pageContentRepository.SoftDeletePageContent(id); return(content != null); }