Is your feature request related to a problem? Please describe.
Per conversation with @lukebakken
Consider implementing a callback for PublishAsync
Describe the solution you'd like
At the moment, the PublishAsync waits the outcome callback. Maybe add the possibility have the same Azure Client behaviour:
_senderLink.Send(nativeMessage, OutcomeCallback, this);
Describe alternatives you've considered
No response
Additional context
No response