1. Expected behavior and actual behavior. ```js const factory = new RepositoryFactoryHttp(URL, {}) const txRepo = factory.createTransactionRepository() console.debug( // @ts-ignore txRepo.config().basePath ) ``` I'd like to get repository config. Need a public interface for config.