public ValueFileNode(Node parent, Atts atts) : base(parent, atts) { if(!atts.ContainsKey("Name")) throw new ApplicationException("Name required"); }