Api.prototype.getFile = function (fileId) {
  return yarl.get(this.url + 'getFile', { query: { file_id: fileId }, json: true });
};