senders = new MandrillSendersApi(key);
urls = new MandrillUrlsApi(key);
templates = new MandrillTemplatesApi(key);
webhooks = new MandrillWebhooksApi(key);
subaccounts = new MandrillSubaccountsApi(key);
inbound = new MandrillInboundApi(key);
exports = new MandrillExportsApi(key);
ips = new MandrillIpsApi(key);
}