@override Future<bool> denyConversation(String topic) async { await _ensureInitialized(); return rust_conversations.denyConversation(topic: topic); }