IBatchService
Represents the batch API service.
Assign a [Batch](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Batch.html) to a user.
Checks in the batch.
Checks out the batch.
Gets the batch by the specified ID.
Gets all batches.
Batch[] Query(int workspaceId, Expression<Func<Batch, object>> wherePropertySelector, object whereValue)
Query the [Batch](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Batch.html) by specified condition.