import Foundation public protocol KeyValueProvider { func get(for key: String) -> Value? }