@Override
 protected Object getId(final ObjectAdapterMemento choice) {
   return choice != null ? choice.asString() : NULL_PLACEHOLDER;
 }