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