@override Future<void> checkAndExpire() async { for (var pairing in getPairings()) { await core.expirer.checkAndExpire(pairing.topic); } }