verifyAssociationAlias(alias) {
    if (typeof alias === 'string') {
      return this.as === alias;
    }