public SafePathResult(bool isSafe, FoundIntersection intersection) { this.IsSafe = isSafe; this.Intersection = intersection; }