public function testGetKey()
 {
     $object = new ResourceConfig([]);
     $this->assertNotEmpty($object->getKey());
 }