IInstallCommandForMakeSelectableParametersPicker IInstallCommandForMakeSelectablePrivilegesPicker.WithPrivileges(Privileges privileges) => (this as IInstallCommandForMakeSelectablePrivilegesPicker).WithPrivileges(privileges.AsBytes());
IInstallCommandForRegistryUpdateParametersPicker IInstallCommandForRegistryUpdatePrivilegesPicker.WithPrivileges(Privileges privileges) => (this as IInstallCommandForRegistryUpdatePrivilegesPicker).WithPrivileges(privileges.AsBytes());
public IInstallCommandForInstallParametersPicker WithPrivileges(Privileges privileges) => (this as IInstallCommandForInstallPrivilegesPicker).WithPrivileges(privileges.AsBytes());