private void OnActivated(object sender, EventArgs e)
 {
     _terminalView?.FocusTerminalAsync();
 }