protected AnnotationError(AnnotationError error) : this(error.Attribute, error.Message)
 {
 }
 public AnnotationResult(AnnotationError error, Path path) : base(error)
 {
     this.Path = path;
 }