func (s *PartnerSettings) VehicleJourneyRemoteCodeSpaceWithFallback(connectorName string) []string {
    value, ok := s.vehicleJourneyRemoteCodeSpacesByConnector.Load(connectorName)
    if ok {
        return value.([]string)
    }