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