public void Write_Writes_Expected_MarkdownText()
 {
     SerializeWithJsonWriter(TestModelFactory.MarkdownText())
     .ShouldMatchSnapshot();
 }