public void RegisterAuthHeader(AuthApiConnection connection)
 {
     RegisterAuthHeader(connection.GetCookieValue("HRBCAUTH"));
 }