@Authorize
  public getElements(): Promise<IElementRoot> {
    return this.get<IElementRoot>(url.elements);
  }