/// <summary>
 /// Creates a new instance of the behaviour.
 /// </summary>
 /// <param name="respondsTo">The message the behaviour will respond to.</param>
 /// <param name="prototype">Configuration and prototyping for the behaviour.</param>
 public MessageTraceBehaviour(string respondsTo, Prototype prototype)
     : base(respondsTo, prototype)
 {
 }
 /// <summary>
 /// Creates a new instance of the behaviour.
 /// </summary>
 /// <param name="respondsTo">The message the behaviour will respond to.</param>
 /// <param name="prototype">Configuration and prototyping for the behaviour.</param>
 public MessageTraceBehaviour(string respondsTo, Prototype prototype) : base(respondsTo, prototype)
 {
 }