Future<PcscResult<List<int>>> control(int hCard, int dwControlCode, List<int> pbSendBuffer) => _executor.execute(_factory.control(hCard, dwControlCode, pbSendBuffer));