namespace ServiceStationDataModels.HelperInterfaces { public interface IId { int ID { get; } } }