namespace ComputerHardwareStoreDataModels { public interface IId { int Id { get; init; } } }