import Foundation extension Bool: DefaultValueProvider { static var defaultValue: Bool { true } }