* @param apiVersion the api version
*
* @return the stack exchange api client
*/
public StackExchangeApiClient createStackExchangeApiClient(String apiVersion) {
final StackExchangeApiClient client = new StackExchangeApiJsonClient(applicationKey, apiVersion);
return client;
}