I would like to reference a class defined lower down in the code within the
same namespace. I can get around it by moving the class definition up but I
prefer to keep my main class/code at the top of the file with helper/support
definitions at the bottom. Old habits y'know...