public function testGetApiBaseUrlDefaultsToProduction()
 {
     $this->assertEquals("https://api.launchkey.com", $this->config->getApiBaseUrl());
 }