public function setUp()
 {
     $this->config = new Configuration();
     $this->config->setApiKey('main', 'some_key');
     $this->client = new OnlineConvertClient($this->config, 'main');
 }