public override void WriteTo(XmlWriter w)
 {
     w.WriteRaw("&");
     w.WriteName(Name);
     w.WriteRaw(";");
 }