<PackageReference Include="Relativity.Server.Kepler.Client.SDK" Version="5000.0.2" />

IServiceFactory

public interface IServiceFactory
The ServiceFactory class can be used in standalone console applications to return proxies for any of the service interfaces published by the Relativity Services API, including RSAPIClient and Relativity service manager interfaces.
T CreateProxy<T>() where T : IDisposable

Returns a proxy to the service specified by interface T.