Future<Group> getChildGroup(String groupId) { return getGroup(groupId, baseUrl, appToken, _user, true, accessByGroupAsMember); }