export interface MapInterface { toDomain(persistence: U): T toProjection(domain: T): U }