@override Future<void> removeOutboundGroupSession(String roomId) async { await _outboundGroupSessionsBox.delete(roomId.toHiveKey); return; }