factory InsightImpactGraphEdge.fromJson(Map<String, dynamic> json) { return InsightImpactGraphEdge( referenceId: json['ReferenceId'] as int?, ); }