public void addCar(AutoDto car)
 {
     WriteActualMethod();
     Component.addCar(DtoConverter.ConvertToEntity(car));
 }