pub fn create_server_context<T: AsyncFn>(
    app: PyObject,
    server: T
) -> ServerContext<T>