package entity

type Interface interface {
	// Id return the Entity identifier
	Id() Id
}
