public PdbStoreManager(IPdbStoreConfig pdbStoreConfig)
        {
            this.pdbStoreConfig = pdbStoreConfig;

            if (!File.Exists(PdbStrPath()))
                throw new IOException(string.Format("File not exists ('{0}')", PdbStrPath()));
        }
        public PdbStoreManager(IPdbStoreConfig pdbStoreConfig)
        {
            this.pdbStoreConfig = pdbStoreConfig;

            if (!File.Exists(PdbStrPath()))
            {
                throw new IOException(string.Format("File not exists ('{0}')", PdbStrPath()));
            }
        }