constructor (model: LaundryInvitationModel) {
    super(model)
    this.href = restUrlPrefix + this.model.id
  }