public void Robbin_the_filestore_bank()
        {
            DocumentSessionFactory.SetEngineFactory(str => new FileStorageEngine(str));

            RobTheBank(InsertStoreName);
        }
 public void A_cabin_session()
 {
     DocumentSessionFactory.SetEngineFactory(str => new FileStorageEngine(str));
     Session = DocumentSessionFactory.Create("session.specs.store");
 }