Result of a policy evaluation.
public PolicyEvaluationResult(bool IsAllowed, IReadOnlyCollection<PackagingIssue> Issues)
Whether execution may proceed.
Policy issues that must be surfaced to the user.