export interface IMapper { fromEntity(entity: TArg): Promise; toEntity(entity: TArg): Promise; }