public OutboxPersister(IDocumentStore documentStore, string endpointName, IOpenRavenSessionsInPipeline sessionCreator)
 {
     this.documentStore  = documentStore;
     this.endpointName   = endpointName;
     this.sessionCreator = sessionCreator;
 }