function checkAvailableContact()
 {
     $Contact = $this->Registry->NewContactInstanceByGroup("generic");
     $Contact->CLID = 'EPPOTE-C8';
     $Resp = $this->Module->ContactCanBeCreated($Contact);
     $this->assertTrue($Resp->Code == RFC3730_RESULT_CODE::OK && $Resp->Result, "Check Contact (Contact Available)");
 }