IAgentService
Represents the [Agent](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Agent.html) API service.
Creates the specified agent.
Deletes the agent by ID.
Gets the agent by the specified ID.
Gets agent type by specified name.
Gets all agents.
Gets all agents by specified agent type.
Gets all agent types.
Gets available agent servers for specified agent type.
Requires the specified Agent(s).
If Artifact.ArtifactID property of entity has positive value, gets entity by id and updates it.If Agent.AgentType property of entity exists, gets entity by type and updates it.Otherwise creates a new entity using ICreateStrategy<T>.
Updates the specified Agent.