async autoTagCell() {
      const cell = await this.get('currentCell.cell').autoTag();
      this.get('store').pushPayload(cell);
    },