namespace DTS.Common.Interactivity { public class Confirmation : Notification, IConfirmation { /// /// Gets or sets a value indicating that the confirmation is confirmed. /// public bool Confirmed { get; set; } } }