public function get($url, $session = null, $headers = null, $cookies = null)
 {
     // Inject stage=Stage into the URL, to force working on draft
     $url = $this->addStageToUrl($url);
     return parent::get($url, $session, $headers, $cookies);
 }