@override JobStatus fromJson(Map<String, dynamic> json) { return JobStatus.fromJson(translate(json, JobStatus.knownProps)); }