public IEnumerable <long> GetSomeIds <T>(int count)// where T : EntityBase { return(Enumerable.Range(0, count).Select(index => SmallFlakes <T> .Oxidize())); }
public long GetId <T>()// where T : EntityBase { return(SmallFlakes <T> .Oxidize()); }