public function testAPIRequest()
 {
     $httpClient = new Core\HttpClient($this->_configuration);
     $response = $httpClient->testRemote();
     $this->assertEquals(200, $response['httpStatus']);
 }