public void ExecuteInteractiveCode(string code)
 {
     _engine.ExecuteInteractiveCode(code);
 }