public List<User> followedUsers(String username) throws N0ticeException {
   return userParser.parseUserProfiles(
       httpFetcher.fetchContent(urlBuilder.userFollowedUsers(username), UTF_8));
 }