factory UsageInstruction.fromJson(Map<String, dynamic> json) { return UsageInstruction( type: json['Type'] as String?, value: json['Value'] as String?, ); }