public static List <string> getTitles(string genbankID) { List <string> title = GDDL.getTitles(genbankID); if (title.Count < 1) { throw new Exception("No match found"); } return(title); }