public struct PostboxClientId { public let stableId: Int32 public init(stableId: Int32) { self.stableId = stableId } }