public IProcess DetachScriptInGuest(string interpreter, string scriptText) { return(new Process(_vm.DetachScriptInGuest(interpreter, scriptText))); }