Map<String, bool> get unlockFeatures => _unlockFeatures;
set unlockFeatures(Map<String, bool> value) { _unlockFeatures = value; storage.setString(keyUnlockFeatures, jsonEncode(value)); }