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