public async void TestScript()
 {
     var runtime = new ScriptRuntime("!Entrance");
     await runtime.ExecuteScript();
 }