package models type Presenter interface { Presentation() string }