public virtual IRunnable CommitHook()
 {
     _systemData.LastTimeStampID(_timeStampIdGenerator.Last());
     return(_fileHeader.Commit(false));
 }