public bool IsOlderPackageInstalled()
 {
     return(selectedProjects.HasOlderPackageInstalled(package));
 }