Consecutive edges on Eulerian Circuit

Solution 1:

(The previous version of this answer was incorrect as it did not consider all cases. Thanks to @D.L for pointing this out in comments)

Equivalent Question: $\forall$ eulerian graph $G$ and given any two edges $\{e_1,e_2\}$ adjacent to a vertex V, can we construct an eulerian path $P$ going through $\{e_1,e_2\}$ consecutively?

Answer: No, we cannot construct such a path. Please see here: If $G$ is an Eulerian graph with edges $a$, $b$ sharing a vertex $v$, is it true that $G$ has an Eulerian trail in which $a$, $b$ are consecutive?