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