/// <summary>
 /// Initializes a new instance of the <see cref="DomainModelResolveView"/> class.
 /// </summary>
 public DomainModelResolveView()
 {
     InitializeComponent();
     DataContext = new InteractionRequestAwareBase();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MessageHandlerItemView"/> class.
 /// </summary>
 public MessageHandlerItemView()
 {
     DataContext = new InteractionRequestAwareBase();
     InitializeComponent();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DataSetItemView"/> class.
 /// </summary>
 public DataSetItemView()
 {
     DataContext = new InteractionRequestAwareBase();
     InitializeComponent();
 }