void IXmlSerializable.WriteXml(Xml.XmlWriter writer) { writer.WriteRaw(string.Format("<value>{0}</value>", this.Value)); }