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