package output type OutputInterface interface { Write(string) error }