public void Write_Writes_Expected_FileBlock()
 {
     SerializeWithJsonWriter(TestModelFactory.FileBlock())
     .ShouldMatchSnapshot();
 }