private static FilePath LookInRegistrations(IToolRepository repository, string tool)
 {
     return(repository.Resolve(tool).LastOrDefault());
 }