using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
public static void Main()
dynamic rec1 = new ExpandoObject();
using (var w = new ChoCSVWriter(Console.Out).WithFirstLineHeader())
w.WriteFields("RecordCount", 3);