Наследование: IBaseModule
        public ContentResourcePackageManager(IBaseModule module, IConstants constants)
        {
            this.level = module as Level;
            this.constants = constants;

            this.BuildPackageVersionName();
        }