export interface IMapper { map(item: TItem): TResult; }