/**
  * Get the consumer.
  *
  * @return OAuthConsumer $consumer
  */
 public function getConsumer()
 {
     return $this->oauth_client->getConsumer();
 }