@override Future<Tuple2<SCardResult, List<int>>> getAttrib(int hCard, int dwAttrId) { return _send(GetAttribCommand(hCard, dwAttrId)); }