KeplerServiceBase abstract class KeplerServiceBase Documentation Code public RelativityConnectionInfo ConnectionInfo { get; } protected ITransferLog Log { get; } public int MaxRetryAttempts { get; set; } protected KeplerServiceBase(RelativityConnectionInfo connectionInfo, ClientConfiguration configuration, ITransferLog log) protected T CreateProxy<T>() where T : IDisposable