factory CreateContextResponse.fromJson(Map<String, dynamic> json) { return CreateContextResponse( contextArn: json['ContextArn'] as String?, ); }