public void Setup()
 {
     ShortIdentityStrategy <Entity> .LastValue = seedNumber;
     target = new ShortIdentityStrategy <Entity>(x => x.Id);
 }
 public void Setup()
 {
     ShortIdentityStrategy<Entity>.LastValue = seedNumber;
     target = new ShortIdentityStrategy<Entity>(x => x.Id);
 }
 public void Setup()
 {
     target = new ShortIdentityStrategy <Entity>(x => x.Id);
 }