public function testCreateNewTemplateVersion()
 {
     $r = $this->api->createNewTemplateVersion('test name', 'test subject', $this->template_id, $html = $this->good_html);
     $this->assertNotNull(isset($r['created']) ? $r['created'] : null);
 }