Future<void> deleteExchangeHistory(String credentialDid) async { await _exchangeHistory!.delete(credentialDid); }