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