public func initiate(identifier: String) {
        // Allow this to be run in the background as you are switching to the server app
        backgroundTask = UIApplication.shared.beginBackgroundTask { [weak self] in
            self?.endBackgroundTask()
        }