Simple MVVM Toolkit suporpts the sending of messages between any two classes, in much the same way that MVVM Light does. The key is for one class to register to receive messages using a string token, and for another class to send messages using that same token.