Replaced `await _mediator.Publish(docSignedNotification, cancel)` with `await _mediator.PublishSafely(docSignedNotification, cancel)` to ensure safe publishing of notifications without unhandled exceptions.
Description
No description provided
Languages
JavaScript
86.6%
C#
5.1%
HTML
4.2%
Visual Basic .NET
2.7%
CSS
0.9%
Other
0.4%