internal ViewsRuntime(CmsRuntime cmsRuntime, ILog parentLog) : base(cmsRuntime, parentLog, "Cms.ViewRd") { }
internal BlocksRuntime(CmsRuntime cmsRuntime, ILog parentLog) : base(cmsRuntime, parentLog, "Sxc.BlkRdr") { }
internal CmsRuntimeBase(CmsRuntime cmsRuntime, ILog parentLog, string logName) : base(cmsRuntime, parentLog, logName) { CmsRuntime = cmsRuntime; }