public virtual IdSequence IdGenerator(StoreType type)
 {
     return(_types[type.ordinal()]);
 }