abstract fun createOrUpdateEntityFromInfo(info: I): Unit
Method should update corresponding entity from info (entity could be located by identifier from info) or create entity if client has no entity with such identifier.
info -
info