// Override this method to create multiple sequences based on the current object's property values
 protected virtual string GetSequenceName()
 {
     return(SequenceGenerator.GetBaseSequenceName(ClassInfo));
 }