namespace BlueWater.Interfaces { public interface IIdx { int Idx { get; } } }