public void Write_Writes_Expected_Image()
 {
     SerializeWithJsonWriter(TestModelFactory.Image())
     .ShouldMatchSnapshot();
 }