public static ConfigFile Matching([NotNull] CharacterFile characterFile) { throw new NotImplementedException(); }
public static List <CardData> GetTheCards(CharacterFile c) { return(c.ParseCards()); }