pub async fn element_to_op(
    element: Element,
    op_type: DhtOpType,
    cascade: &mut Cascade
) -> Result<(Op, Option<Entry>), OutcomeOrError<Outcome, AppValidationError>>