public Task RemoveAllAsync(string documentId)
 {
     return(_contentRepository.RemoveAllAsync(documentId));
 }