factory RegisteredInstance.fromJson(Map<String, Object?> json) => RegisteredInstance( id: json['id'] as String, name: json['name'] as String, );