public function testDoNotSupportLongLiveToken()
 {
     $accessToken = new AuthorizationCode();
     $this->assertTrue($accessToken->isExpired());
 }