public bool IsInstalled(IPackage package)
 {
     return(repository.Exists(package));
 }