import Foundation protocol DefaultValueProvider { static var defaultValue: Self { get } }