public void AppendTextWriter(IIndentedTextWriterWrapper otherWriter)
 {
     this.Write(otherWriter.ToString());
 }