fn create_vehicle_from_service(
commands: &mut Commands<'_, '_>,
service: QETRCService,
stations: &HashMap<String, Entity>,
) -> Entityfn create_vehicle_from_service(
commands: &mut Commands<'_, '_>,
service: QETRCService,
stations: &HashMap<String, Entity>,
) -> Entity