public ScheduledBlogPostCollectionImport( IBlogPostImportStrategy blogPostImportStrategy, IContentManager contentManager) { _blogPostImportStrategy = blogPostImportStrategy; _contentManager = contentManager; }