namespace YandexMusic.API.Models.Common { public class YPeriod { public DateTime Start { get; set; } public DateTime End { get; set; } } }