Future<SCardResult> setAttrib(int hCard, int dwAttrId, List<int> pbAttr) => _executor.execute(_factory.setAttrib(hCard, dwAttrId, pbAttr));