public void Format(TextWriter writer, bool noNames)
 {
     _impl.Format(this, writer, noNames);
 }