I am trying to display the passcode using the following code in the SceneDelegate and cannot present the passcode view...
let configuration = PasscodeLockConfiguration()
presenter = PasscodeLockPresenter(mainWindow: window, configuration: configuration, state: PasscodeLockViewController.LockState.enterPasscode.getState())
presenter?.presentPasscodeLock()