allowItemStored(context: CommandContext, itemToStore: WorldEntity): boolean {

    context.outputService.displayStory(`You can't put ${itemToStore.that} in ${this.that}.`);

    return false;