namespace Netron.Diagramming.Core { /// /// This is a tag interface to label the interfaces you can use to plug /// into the interaction. /// /// public interface IInteraction { } }