public static var tutorialShown: Bool {
        get {
            appGroup.bool(forKey: Names.tutorialShown.rawValue)
        }
        set {