what about `get` instead of `chain`? ```expectThat...
# strikt
c
what about
get
instead of
chain
?
Copy code
expectThat(person) {
  get{lastName}.isEqualTo("Bowie")
}