public function testGetCurrentAccountInfo()
 {
     $result = $this->object->GetCurrentAccountInfo();
     $this->assertTrue(is_integer($result->Id));
     $this->assertTrue(is_object($result->Properties));
     $this->assertTrue(is_array($result->Properties->APIAccountProperty));
 }