public int NewId() { var identity = _identityPool.Single(); identity.identity++; return(identity.identity); }