public static List<string> GetDesigners(this XElement boardgame) { return GetTypeValue(boardgame, "boardgamedesigner"); }