head<TResponseBody>(url: string): Observable<HttpResponse<TResponseBody>> {
     return this.httpClient.head<TResponseBody>(url, { observe: 'response' });
 }