IEntityService
Represents the entity API service.
Creates the specified production.
Deletes the entity by the specified artifact ID.
Determines whether the entity with the specified case artifact ID exists.
Gets the entity by the specified ID.
Gets all entities.
Requires the specified entity.
If [ArtifactID](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Artifact.html#Relativity_Testing_Framework_Models_Artifact_ArtifactID) property of entity has positive value, gets entity by ID and updates it.If [FullName](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Entity.html#Relativity_Testing_Framework_Models_Entity_FullName) full name property of entity have a value, gets entity by full name and updates it if it exists.Otherwise creates a new entity using ICreateWorkspaceEntityStrategy<T>.
Updates the specified entity.