using System.Collections.Generic; namespace ConsoleApp1 { public class Table { public IEnumerable
Headers { get; set; } public IEnumerable> Rows { get; set; } } }