/**
  * Connects to the API as an anonymous user
  *
  * @param \Step\Api\Anonymous $I
  */
 public function unauthorizedAccess(\Step\Api\Anonymous $I)
 {
     $I->connectToTheApi($this->apiUrl . '/9999999', 'the download API');
 }
 /**
  * Connects to the API as an anonymous user
  *
  * @param \Step\Api\Anonymous $I
  */
 public function unauthorizedAccess(\Step\Api\Anonymous $I)
 {
     $I->connectToTheApi($this->apiUrl, 'the thumbnails API');
 }
 /**
  * Connects to the API as an anonymous user
  *
  * @param \Step\Api\Anonymous $I
  */
 public function unauthorizedAccess(\Step\Api\Anonymous $I)
 {
     $I->connectToTheApi($this->apiUrl . '/9999999/1920/1080', 'the preview API');
 }