public function testGetBaseSteamApiUrl()
 {
     $steamBaseUrl = 'http://api.steampowered.com';
     $this->assertEquals($steamBaseUrl, $this->configuration->getBaseSteamApiUrl());
 }