/// <summary>
 /// See IReplWindow
 /// </summary>
 public void ClearScreen()
 {
     _replWindow.ClearScreen();
 }