namespace CarServiceContracts.Id { /// /// Id каждой сущности /// public interface IId { /// /// Id /// int Id { get; } } }