public function findImage($provider = null, $photoId = null, $option = null) {
        if (is_null($provider)) {
            throw new Exception("Cannot lookup image from image provider - no provider given (hint: Flickr, WestonLangford)");
        }