pub async fn authenticate_as_advertiser<B>(
    request: Request<B>,
    next: Next<B>
) -> Result<Response, ResponseError>