namespace JewelryStoreDataModels { public interface IId { int Id { get; } } }