<PackageReference Include="Relativity.Transfer.Client" Version="6.0.16" />

ITransferClient

public interface ITransferClient : IDisposable

string DisplayName { get; }

Guid Id { get; }

string Name { get; }

Task<Workspace> GetWorkspaceAsync(int workspaceArtifactId, CancellationToken token)