Everything according to my humble opinion.
public void class Car{ private int _id; public int Id{ get: return _id; set: _id = value;}