package interfaces type Injectable interface { Inject() error }