package data
// TODO docstring
type IIdentifiable interface {
Id() string // not allowed to contain a ':'
}