public function testSettingSubjectOnlyWithInterface()
 {
     $this->markTestIncomplete();
     $obj = new \Converter\Converter();
     try {
         $obj->setObject('test');
     } catch (Exception $e) {
         $this->assertTrue(true);
     }
 }