public string TranslateConstant(ConstantExpression expression)
 {
     return(JavascriptCompilationHelper.CompileConstant(expression.Value));
 }