factory InstanceIdDetail.fromJson(Map<String, dynamic> json) { return InstanceIdDetail( id: json['Id'] as String?, ); }