using SilverOS.Welcome.Core.Flavours; using SilverOS.Welcome.Core.Apps; namespace SilverOS.Welcome.Core.Apply; // Toolbox model: the account is created by Windows Setup (WinPE collector), and hardening // runs from SetupComplete. Apply only installs apps + enrols BitLocker. public sealed record ApplyRequest(FlavourManifest Flavour, string BitLockerPin, IReadOnlyList Apps);