Hello,
what I do not like about the Messenger I use (mvvm light toolkit) that when I register to DateTime and I send something other parts of my application get the datatime data too because they registered to "DateTime" type.
To prevent that I have to create always custom objects and wrap my datetime value. Thats stupi.
How do you workaround that problem?