parseWorkManager(reader, address, list, subsystem, true);
final ModelNode bootstrapContextOperation = new ModelNode();
bootstrapContextOperation.get(OP).set(ADD);
final ModelNode bootStrapCOntextAddress = address.clone();
bootStrapCOntextAddress.add(BOOTSTRAP_CONTEXT, DEFAULT_NAME);
bootStrapCOntextAddress.protect();
bootstrapContextOperation.get(OP_ADDR).set(bootStrapCOntextAddress);
bootstrapContextOperation.get(WORKMANAGER).set(DEFAULT_NAME);
bootstrapContextOperation.get(NAME).set(DEFAULT_NAME);
list.add(bootstrapContextOperation);