using System.Linq; using Sony.Filtr.Contracts.Definitions; namespace Sony.Filtr.Tasks.Tasks.SonyReleases { public class SonyUpcRegion { public string Region { get; set; } public SpotifyAnalyticsAccount ReleaseType { get; set; } public MusicService MusicService { get; set; } } }