/// <summary> Constructor for a new instance of the <see cref="GenericXmlMappingPath"/> class </summary>
 public GenericXmlMappingPath(GenericXmlPath XmlPath)
 {
     this.XmlPath = XmlPath;
     Instructions = new PathMappingInstructions();
 }
 /// <summary> Constructor for a new instance of the <see cref="GenericXmlMappingPath"/> class </summary>
 public GenericXmlMappingPath(GenericXmlPath XmlPath)
 {
     this.XmlPath = XmlPath;
     Instructions = new PathMappingInstructions();
 }