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)
.Configure(c => c.Comment = "#"))
w.WriteComment("CSV Comment Line");