public IdGeneratorFactory(IIdGeneratorBuilder builder)
 {
     _builder = builder;
 }