using System.Collections.Generic; namespace Sony.Filtr.Contracts.Entities { public class IsSonyInfo { public string ISRC { get; set; } public IEnumerable Markets { get; set; } } }