public void OnException(object sender, ExceptionEventArgs args)
 {
     Exception?.Invoke(sender, args);
 }
 public void OnException(object sender, ExceptionEventArgs args)
 {
     Reporter?.OnException(sender, args);
 }