approve(membershipRequest) {
    return this.remote.postMember(membershipRequest.id, 'approve', {group_key: membershipRequest.group().key});
  }