public void ShouldMatch(string text) { var expectation = new ContentPlanExpectation(text); expectation.AssertMatches(_plan); }