Example, instead of : ``` php $token = $soundcloud->getAuth()->getToken(); ``` becomes ``` php $token = $soundcloud->auth()->token(); ``` thoughts?