pub type CustomNotification = CustomRequest;
pub struct CustomNotification { pub method: String, pub params: Option<Map<String, Value>>, }
method: String
params: Option<Map<String, Value>>