IBoundExpr IUnboundExprVisitor<IBoundExpr>.Visit(SyntaxExpr expr)
 {
     var innerExpr = SyntaxLiteral.Desugar(expr.Expr);
     return innerExpr.Accept(this);
 }