public CachedAccountManager(Steam installation)
 {
     _steamInstallation = installation;
     loginUsersVDFPath  = Path.Combine(installation.PathToSteamInstallationFolder, @"config\loginusers.vdf");
 }