public function getLogo($size = 'small')
 {
     if (!empty($this->steam_app_id)) {
         $locomotive = new Store();
         return $locomotive->getAppLogoURL($this->steam_app_id, $size);
     } else {
         return '';
         // Todo - logo support for non-steam apps
     }
 }
 function testGetSalePage()
 {
     $this->store_tools->getSalePage(0);
 }