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