getConfigResponse(): Observable> {
  return this.http.get(
    this.configUrl, { observe: 'response' });
}