public void testEqualsIdentity() {
   PluginManagement thing = new PluginManagement();
   assertTrue(thing.equals(thing));
 }