factory CreateProtectionResponse.fromJson(Map<String, dynamic> json) { return CreateProtectionResponse( protectionId: json['ProtectionId'] as String?, ); }