private IAbsoluteDirectoryPath[] GetTodos(IProcessManager pm, IAbsoluteDirectoryPath[] profiles,
         IAbsoluteDirectoryPath toolLocation, IAbsoluteDirectoryPath tmpFolder)
     => profiles.Where(x => ShouldInstall(pm, toolLocation, tmpFolder, x).Result).ToArray();