private static CSharpScript Compile(string _expression) { var expression = new CSharpScript(_expression); expression.Prepare(); return(expression); }