public CustomSolutionTemplate(TemplateInfo info)
            : base(info.Identity, info.Name, null)
        {
            this.info = info;

            Category          = info.GetCategory("other/net/general");
            Description       = info.Description;
            FileFormatExclude = info.GetFileFormatExclude();
            GroupId           = info.GroupIdentity;
            Language          = info.GetLanguage();
        }