Builder
interface Builder<TConfig : SdkClientConfig, TConfigBuilder : SdkClientConfig.Builder<TConfig>, out TClient : SdkClient>
Builder responsible for instantiating new TClient instances
Parameters
TConfig
the type of client config
TConfigBuilder
the builder type responsible for creating instances of TConfig
TClient
the type of client created by this builder