package events
type Started struct{}
func (Started) EventDescription() string {
return "Started()"
}