kioba
.flatMapSingle { result -> locationRepository.getPlaceForPrediction(result) .onErrorReturn { Optional.empty() } }