@override Future<PairingInfo> pair({required Uri uri}) async { try { return await engine.pair(uri: uri); } catch (e) { rethrow; } }