export interface ITransformer { convert(source: T): K; }