public DistributedSessionStoreWithStart(IDistributedCache cache,
                                         ILoggerFactory loggerFactory, IStartSession startSession)
 {
     innerStore        = new DistributedSessionStore(cache, loggerFactory);
     this.startSession = startSession;
 }