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