public void Append_should_throw_exception_if_begin_is_not_called_previously()
 {
     Assert.Throws <InvalidOperationException>(() => _objectWriter.Append("foo:'bar'"));
 }