public override IType AcceptVisitor(TypeVisitor visitor)
 {
     return(visitor.VisitNullabilityAnnotatedType(this));
 }