public Set<String> keys() {
   Set<String> keys = new HashSet<String>(execution.getVariableKeys());
   keys.add(CONTEXTNAME_EXECUTION);
   return keys;
 }