I want to implement the visitor pattern for one of my class without having to depend on the types that will implement the interface to visit them.
My solution was thi