pub async fn __async_query_params<T: 'static + Context + HasQueryParams + Send>(
    context: T,
    next: MiddlewareNext<T>
) -> MiddlewareResult<T>