/**
  * Proxy method to get the account from the rateLimitManager.
  *
  * {@inheritdoc}
  */
 public function setAccount($account)
 {
     $this->subject->setAccount($account);
     $this->getDataProvider()->setAccount($account);
 }