pub trait XmlSerializable { // Required method fn to_xml(&self, tag_name: Option<&str>, root: bool) -> String; }