zero_coding
fun UserMapper.toUser(): User = User.new { gender = this@toUser.g.toGender() birthday = this@toUser.birthday interests = SizedCollection(this@toUser.i.map { it.toInterest() }) }