Return Array from Uno

Hi,

I need to return Array from Uno. Right now I do this:

var array = (Fuse.Scripting.Array)context.Evaluate("(no file)", "new Array()");

but it would be better to do this: var array = context.NewArray();