// ReSharper disable once CheckNamespace namespace BlueWaterProject { public interface IIdx { string Idx { get; set; } } }