namespace DTS.Common.Interactivity { public interface IConfirmation : INotification { bool Confirmed { get; set; } } }