Scopes this connection to a conversation, where the server requires it.
@override Future<void> JoinGroup(String chatGroupId) => _forEach((s) => s.JoinGroup(chatGroupId));