protected virtual void OnTitleDisplay(TitleDisplayEventArgs e)
 {
     TitleDisplay?.Invoke(this, e);
 }