factory TerminalRegisteredResponse.fromMap(Map<String, dynamic> map) { return TerminalRegisteredResponse( data: TerminalId.fromMap(map['data']), ); }