export interface Converter { getDisplayname():string; getId():string; convert(input:string):string; }