namespace Toolkit.Foundation; public interface IIndexed { public int Index { get; } }