import Foundation protocol WatchDataHandling { var key: String { get } func handle(data: Data) }