public function testGetAssetPrices()
 {
     $appID = ApplicationIDs::TeamFortress2;
     $response = ISteamEconomyAPI::getAssetPrices($appID);
     $this->assertTrue($response ? true : false);
 }