public void JScriptEngine_ExecuteCommand_EngineConvert()
 {
     Assert.AreEqual("[object Math]", engine.ExecuteCommand("Math"));
 }