Seperate your concerns!
Do not create "UBER" classes which contain allot a lot of knowledge of your domain, spread it out in logical part, so that each class has a function in the system.
Also try to decouple allot, so you can easily plug in your test/mock implementation for testing purposes.
