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