func getPhotos(for location: HistoricLocation, at path: String, completion: ([UIImage]?) -> Void)
    {
        completion(nil)
    }