if (is_null($apiKey)) { 
            return false;
            throw new Exception("Cannot instantiate " . __CLASS__ . " because no API key was provided");
        }