namespace Toolkit.Foundation; public interface ISelectable { bool Selected { get; set; } }