package common type IDNamer interface { ID() string Name() string }