public void Setup()
 {
     target = new GuidIdentityStrategy <Blog>(x => x.Id);
 }
 public void Setup()
 {
     target = new GuidIdentityStrategy<Blog>(x => x.Id);
 }