21222324252627
return system.linkedOperations; if (system.linkedOperations.containsKey(id)) return system.linkedOperations.get(id); throw new LinkedOperationNotFoundException(id); }