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