import Foundation extension Message { /// The byte length of an encoded message content static let size: Int = 2 + 2 * UInt32.byteSize }