public virtual OnKeyAnnotationChangedNode VisitOnKeyAnnotationChanged(OnKeyAnnotationChangedNode node)
 => node;
 public override OnKeyAnnotationChangedNode VisitOnKeyAnnotationChanged(OnKeyAnnotationChangedNode node)
 {
     Dispatcher._immediateConventionScope.OnKeyAnnotationChanged(
         node.KeyBuilder, node.Name, node.Annotation, node.OldAnnotation);
     return(null);
 }