This library provides a very simple entity structure that can be used with an ORM like EntityFramework.
- Represents an entity with a unique key.
- Represents an entity that is archivable (and usually not deletable).
- Provides a very simple abstract implementation of IKeyedEntity.