pub type MethodHandler = Box<dyn Fn(u32, Value) -> BoxFuture<'static> + Send + Sync>;
pub struct MethodHandler(/* private fields */);