@Override
 public ProjectDashboard getDashboard(String projectIdentifier) throws NoSuchEntityException {
   return activityService.getDashboard(projectIdentifier);
 }