public AutoDto getCarByPrimaryKey(int key)
 {
     WriteActualMethod();
     return(DtoConverter.ConvertToDto(Component.getCarByPrimaryKey(key)));
 }