public function testSteamIdByCustomUrl()
 {
     $steamId = new SteamId('koraktor');
     $s = $steamId->getGameStats('L4D');
     print_r($s->getSurvivalStats());
     print_r($s->getTeamplayStats());
     print_r($s->getVersusStats());
     print_r($s->getWeaponStats());
 }