... other fields
I use NDA_RAW in my request and in the debugger I can see the records in the data chunk, but how can I access the individual keys in the dictionary?
            request = timeSeries.SetupDataRequest("ESc1")
                .WithView("NDA_RAW")
                .WithAllFields()
		.WithInterval(CommonInterval.Daily)
                .WithNumberOfPoints(10)
                .OnDataReceived(DataReceivedCallback)
                .CreateAndSend();