export interface Taxonomy {
    Label: string;
    TermID: string;
}
