<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

Relativity.Testing.Framework.Api.Kepler.IKeplerServiceFactory

public interface IKeplerServiceFactory
Represents the Kepler service factory that provides a set of methods to communicate with Kepler services.
T GetServiceProxy<T>() where T : IDisposable

Gets a service proxy for the curent user.

T GetServiceProxy<T>(string username, string password) where T : IDisposable

Gets a service proxy for the specified user.