public virtual OnPropertyAnnotationSetNode VisitOnPropertyAnnotationSet(OnPropertyAnnotationSetNode node) => node;
 public override OnPropertyAnnotationSetNode VisitOnPropertyAnnotationSet(OnPropertyAnnotationSetNode node)
 {
     Dispatcher._immediateConventionScope.OnPropertyAnnotationSet(node.PropertyBuilder, node.Name, node.Annotation, node.OldAnnotation);
     return(null);
 }