JWTHeader copyWithWrapped({Wrapped<String>? id}) { return JWTHeader(id: (id != null ? id.value : this.id)); }