public object CallObject(object obj, params object[] args)
 {
     return(_engine.CallObject(obj, args));
 }