kirillrakhman
data class Person(val id: UUID = UUID.randomUuid(), val firstName: String = "", val lastName: String = "")