namespace StellaOps.Interop; public sealed partial class ToolManager { public static string? FindOnPath(string tool) => ToolPathResolver.FindOnPath(tool); }