pub async fn get_entity_state( __arg0: State<Arc<EventStore>>, __arg1: Path<String>, __arg2: Query<EntityStateParams>, ) -> Result<Json<Value>>