public ActionDispatch( LightweightKernel lightweightKernel, IHostPlatformDetector hostPlatformDetector, IPackageManager packageManager, IModuleUtilities moduleUtilities, IFeatureManager featureManager) { this.m_LightweightKernel = lightweightKernel; this.m_HostPlatformDetector = hostPlatformDetector; this.m_PackageManager = packageManager; _moduleUtilities = moduleUtilities; _featureManager = featureManager; }