pub async fn handle_get_entry(
    db: DbRead<DbKindDht>,
    hash: EntryHash,
    _options: GetOptions
) -> CascadeResult<WireEntryOps>