public object VisitConstantExpression(ConstantExpressionAst constantExpressionAst)
 {
     return(constantExpressionAst.Copy());
 }