@override Future<void> extendSession({required String topic}) async { try { return await reOwnSign.extendSession(topic: topic); } catch (e) { rethrow; } }