onStored(context: CommandContext, newContainer: WorldEntity): void {
    LoggingService.instance.debug(`${this.that} is now stored inside of ${newContainer.that}.`);
  }