package service type Service interface { String() string Close() error }