if (nextNoun) {

        this.logger.log(`Associating modifier '${modifier.name}' with '${nextNoun.name}'`);
        nextNoun.setModifiedBy(modifier);