public List <AutoDto> getAllCars()
 {
     WriteActualMethod();
     return(DtoConverter.ConvertToDtos(Component.getAllCars()));
 }