@Override
 public LocationIdentity getLocationIdentity() {
   /*
    * Because of restrictions that the memory graph of snippets matches the original node,
    * pretend that we kill any.
    */
   return LocationIdentity.any();
 }
 @Override
 public LocationIdentity getLocationIdentity() {
   return LocationIdentity.any();
 }