using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; namespace Aurora.Design.Views.Artists { public class TestObj { public string Test1 { get; set; } public string Test2 { get; set; } } public class ArtistsViewModel : BaseViewModel { public ArtistsViewModel() { } } }