@Override
 public int hashCode() {
   int h = 41 * (41 + value.hashCode());
   h = 41 * (h + (wasConfig ? 1 : 0));
   return h;
 }