@override void joinContactEvents(String contactId) { _client!.subscribe(contactId.toPresenceTopic, MqttQos.atLeastOnce); }