private string GetTemplateVirtualPath(QueryCriteria criteria) { return TEMPLATE_ROOT_PATH + criteria.GetContextName() + "_" + criteria.Name; }