in common.go [58:60]
func ErrUnmarshalWrapper(site string, err error) error { return fmt.Errorf("UNMARSHALLING ERROR | call site: %s, error: %w", site, err) }