public MemoryRepository(values as IList<T>):
Creates a validated read-only repository.
values
@Id
repository = MemoryRepository<User, Int>(users)