disconnectFacebook: task(function* () {
    yield get(this, 'facebook').disconnect(get(this, 'session.account'))
      .catch(() => get(this, 'notify').error('There was an issue disconnecting your Facebook account.'));
  }).group('tasks'),