private async Task ExceptionReceivedHandler(ExceptionReceivedEventArgs arg)
 {
     RaiseExceptionEvent?.Invoke(this, ExceptionConverter.ConvertToExceptionModel(arg));
     await Task.CompletedTask;
 }