namespace DDD.Interfaces { public interface IIdx { string Idx { get; } } }