@JsonClass(true) data class EnvelopedTrophy : Envelope<Trophy>, Parcelable
EnvelopedTrophy(kind: EnvelopeKind, data: Trophy)
val data: Trophy
val kind: EnvelopeKind