static NameCard create(ID did, String name, TransportableFile? avatar) => NameCardContent.from(did, name, avatar);