I am looking at nServiceBus and came over this interface
namespace NServiceBus { public interface IMessage { } }
What is the us
Also known as a Marker Interface:
http://en.wikipedia.org/wiki/Marker_interface_pattern