export interface IDTOMapper { fromDTO(dto: TArg): Promise; toTDO(entity: TArg): Promise; }