@Authorize
  public getSystemHealth(): Promise<IGigasetElementsSystemHealth> {
    return this.get<IGigasetElementsSystemHealth>(url.health);
  }