Future<void> deleteConnection(String connectionDid) async { await _connection!.delete(connectionDid); }