case class UserId(value: Int) object UserId { implicit val msgpackCodec: MsgpackCodec[UserId] = MsgpackCodec.from(apply, unapply) }