public static string getProkaryoteClassLevel(string genbankID) { string prokaryote_class_level = GDDL.getProkaryoteClassLevel(genbankID); if (prokaryote_class_level == null) { throw new Exception("No match found"); } return(prokaryote_class_level); }