Future<Group> getConnectedGroup(String groupId) { return getGroup(groupId, baseUrl, appToken, _user, false, this.groupId); }