pub async fn authentication_required<C: Locked + 'static, B>(
    request: Request<B>,
    next: Next<B>
) -> Result<Response, ResponseError>