public HistoricalDataCache(ISgxClient sgx)
     : this(sgx, KnownPaths.SolutionRoot.GetDirectory("data/sgx"))
 {
 }
 public HistoricalDataCache(ISgxClient sgx, DirectoryPath cacheDirectory)
 {
     CacheDirectory = cacheDirectory;
     Sgx            = sgx;
 }