namespace EFLol { public class ChampionEntity { public int Id { get; set; } public string Name { get; set; } public string Bio { get; set; } //public ChampionClass Class { get; set; } //public string Icon { get; set; } //public LargeImage Image { get; set; } //public ReadOnlyCollection Skins { get; private set; } //public ReadOnlyDictionary Characteristics { get; private set; } //private HashSet skills = new HashSet(); } }