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

ServiceFactory

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.
public CultureInfo ActiveCulture { get; set; }

Option to explicitly set localization info

Instantiate a ServiceFactory that can return a proxy to a given service interface.

public T CreateProxy<T>() where T : IDisposable

Returns a proxy to the service specified by interface T.