fn notification_result<R>( method: String, maybe_params: Option<Value>) -> Result<(String, Option<R>)>where R: DeserializeOwned,