package data // TODO docstring type IIdentifiable interface { Id() uint }