Rebus - Breaking the context - to send immediatley

I've been using a library called Rebus to handle everything in regard to message communication between services, that are using Azure Servicebus as their transport layer. Rebus makes it super easy to implement a Command/Event architecture by exposing an easy pattern for sending messages on a bus and listening for messages on a bus.  This post is just a tiny wrap up of an issue that I've encountered a few times. here goes: …