public void Write_Writes_Expected_ConversationSelectMenu()
 {
     SerializeWithJsonWriter(TestModelFactory.ConversationSelectMenu())
     .ShouldMatchSnapshot();
 }