using System; using System.Collections.Generic; namespace Day_04 { public class Day { public string Date { get; set; } public int GuardId { get; set; } public List IsAsleepThisMinute { get; set; } } }