public void A_single_article_does_not_create_theme() { var article = new ThemeArticle(new[] { "test 1" }); _themeManager.Add(article); _themeManager.UncommittedEvents .Should() .BeEmpty(); }