package services
type Service struct {
}
func NewService() (*Service, error) {
return &Service{}, nil