export interface Agency { enabled: boolean; name: string; }