public function testGetWithUnknownId()
 {
     $this->setExpectedException('\\Centreon\\Internal\\Exception', $this->errMsg);
     Servicetemplate::get(9999);
 }