deleteTap(tap) {
      tap.destroyRecord().catch(() => {
        // TODO notification
        console.log('unable to delete tap');
      });