export interface IMapper { map(source: T, target: K): K; }