{
ProjectStatistic projectStatistic = ao.create(getClazz(), new DBParam("KEY", KeyableUtils.buildKey(projectKey, statisticRef, userWrapper)));
projectStatistic.setProjectKey(projectKey);
projectStatistic.setStatisticRef(statisticRef);
projectStatistic.setUserWrapper(userWrapper);
projectStatistic.save();
return projectStatistic;
}