TestUser

constructor(name: String, age: Int, isAdult: Boolean = true, birthDate: Instant = if (isAdult) Clock.System.now() - (365 * 20).days else Clock.System.now(), addresses: List<Address>? = null, id: Long? = null)