I find myself writing this bit of code over and over, so I decided to throw it on GitHub.
RxBus is basically a message bus based on RX. It centralizes publishing and subscribing into one IObservable. I tend to use this only as an internal mechanism to wire up command handlers and event publishers.