saveUnpin() {
    this.processing = true;
    return this.remote.patchMember(this.keyOrId(), 'unpin').finally(() => { return this.processing = false; });
  }