public function testConstructorSetsCustomServiceParameters()
 {
     $redirect = new Http\UserAuthorization($this->stubConsumer, array(1, 2, 3));
     $this->assertEquals(array(1, 2, 3), $redirect->getParameters());
 }