public CommentService(AuthorService authorService, ArticleService articleService) { comments = new Dictionary <int, Comment>(Seed(authorService, articleService)); }