/**
  * @depends testFetchServiceStatus
  */
 public function testgGetStatus($o)
 {
     $get = $o->getStatus();
     $this->assertEquals('GREEN_I', $get);
     $this->assertFalse($this->object->getStatus());
     //not fetched yet for this object
 }