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