public ContentService(IHtmlContentService htmlService, IContentHistoryService historyService, IContentDraftService draftService) { this.htmlService = htmlService; this.historyService = historyService; this.draftService = draftService; }