Recommended way to create MultiDbClient is using MultiDbClient.builder, - remove the constructor & update tests ``` @Experimental public UnifiedJedis(MultiDbConnectionProvider provider) { this(new MultiDbCommandExecutor(provider), provider); } ```