@Override
  protected void addSubscriptionContainerModel(long containerModelId) throws Exception {

    MBCategoryLocalServiceUtil.subscribeCategory(
        user.getUserId(), group.getGroupId(), containerModelId);
  }