public List<Noticeboard> noticeboards(String username) throws N0ticeException {
   return noticeboardParser.parseNoticeboards(
       httpFetcher.fetchContent(urlBuilder.userNoticeboards(username), UTF_8));
 }