descr(_TASK_LINK, "If task exists, this is url link for webbrowser to this task", i18NSource)
);
}
private TemplateArgumentDescription descr(String name, String i18NKey, I18NSource i18NSource) {
return new TemplateArgumentDescription(name, i18NSource.getMessage(i18NKey));
}