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