static Did fromKeyId(KeyId id) { final did = DartApi.native.did.fromKeyId(id.ffi); return Did(did, true); }