public virtual OnPropertyAnnotationChangedNode VisitOnPropertyAnnotationChanged(OnPropertyAnnotationChangedNode node) => node;
 public override OnPropertyAnnotationChangedNode VisitOnPropertyAnnotationChanged(OnPropertyAnnotationChangedNode node)
 {
     Dispatcher._immediateConventionScope.OnPropertyAnnotationChanged(
         node.PropertyBuilder, node.Name, node.Annotation, node.OldAnnotation);
     return(null);
 }