public virtual OnIndexAnnotationSetNode VisitOnIndexAnnotationSet(OnIndexAnnotationSetNode node) => node;
 public override OnIndexAnnotationSetNode VisitOnIndexAnnotationSet(OnIndexAnnotationSetNode node)
 {
     Dispatcher._immediateConventionScope.OnIndexAnnotationSet(node.IndexBuilder, node.Name, node.Annotation, node.OldAnnotation);
     return(null);
 }