I want to decouple to entities. and store only nam...
# announcements
g
I want to decouple to entities. and store only name for reference in between. so idea was to have property like
val house by houseName
where houseName is field with Delegation abilities. That was done only for nice syntactics 😃