we have a few classes that have some pretty heavy stuff going on in their constructors. since they're instantiated in multiple methods within another class, but not always used, it didn't make sense to me to declare them as new at module level bcuz i didn't want all the initialization stuff in...