What is Yagni?
1.
short for You Aren't Gonna Need It. One of the basic principles of XP (Extreme Programming) that argues that nothing should be implemented until needed, because most things probably won't be.
wtf are you doing writing all of those abstract methods for that converter class? YAGNI.