Currently, there is a lot of duplicated setup code and variables in the tests. See the setup of:
This can be avoided by creating a Base contract that contains common setup and then each Test contract will do only its own specific configuration.
