async fn handle_get_zone( tx: Sender<Option<FileZone>>, pool: &Pool<Sqlite>, id: Option<i64>, name: Option<String> ) -> Result<(), String>