@return void
	*/
    public function set_unauthenticated_route()
    {
        try {
            if (self::$UnauthenticatedRoute == null) {
                self::$UnauthenticatedRoute = json_decode(json_encode((array) get_object_vars(simplexml_load_file($this->Application->config('file->unauthenticated_route')))), true);
            }
        } catch (Exception $e) {
            throw $ex;
        }
    }
    /**