I am using NServiceBus to perform some work in a handler where information is saved to a database. As part of that process I send out a message over a web socket to tell clients to update their information.I am using NServiceBus to perform some work in