markRead() {
      if (get(this, 'groups.length') === 0) {
        return;
      }
      const notifications = get(this, 'notifications').filter(group => get(group, 'isRead') === false);