const associate = ({ UAAIdentity, User }) => {
  UAAIdentity.belongsTo(User, {
    foreignKey: 'userId',
    allowNull: false,
  });