The participant name in PollResult.cs is decorated with the following: ```csharp [JsonPropertyName("file_name")] ``` This is wrong. The name of the JSON name is `name`, not `file_name`.
The participant name in PollResult.cs is decorated with the following:
This is wrong. The name of the JSON name is
name, notfile_name.