private async void OnFontSizeChanged(object sender, int e)
 {
     await _terminalView.ChangeFontSize(e);
 }