using System; namespace DTS.Common.Interactivity { public interface IInteractionRequest { event EventHandler Raised; } }