public function removeTokenAndSecret(TokenKey $tokenKey)
 {
     $this->store->removeTokenAndSecret($tokenKey);
 }