public void DisplayTextProxyHandler(DisplayTextEventArgs args)
 {
     DisplayText?.Invoke(args);
 }