internal LatestArgusRecordingsHandler(LatestTVAllRecordingsHandler P)
 {
     parent         = P;
     _cacheBasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), @"ARGUS TV\LogosCache");
 }
 public LatestTVRecordingsHandler(LatestTVAllRecordingsHandler P)
 {
     parent = P;
 }