Check if an adapter is registered
bool isRegistered(String adapterId) => _adapters.any((a) => a.id == adapterId);