When using the CsvHelper serializer, the configuration is used when serializing, but not when deserializing. Changing the second argument to the constructor to `_configuration` fixes the problem. https://github.com/restsharp/RestSharp/blob/df07026de44d4fe8fc777c6b9c5aaa07ae6ccb35/src/RestSharp.Serializers.CsvHelper/CsvHelperSerializer.cs#L36