public XmlDropNodeTask()
 {
     Logger = new NAntLogger(this);
 }
 public XmlAddNodeTask()
 {
     Logger = new NAntLogger(this);
 }