@override factory OtaPackageId.fromJson(Map<String, dynamic> json) { return EntityId.fromJson(json) as OtaPackageId; }