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