pub async fn control_filter(
    context: ContextLock,
    root: BoxedFilter<()>
) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone