public JsFunction CreateFunction(Delegate func, string name = null) { return(ValueFactory.CreateFunction(func, name)); }