public RavenConnectionProvider(RavenStoreFactory storeFactory, IWebContext ctx) { this.ctx = ctx; store = storeFactory.CreateStore(this); }