Take the implementation methods from the _ class and move to static classes. Grouping methods by their common behavior. Do the same with the unit tests. The _ class will become an interface implementor that calls the status classes.
Take the implementation methods from the _ class and move to static classes. Grouping methods by their common behavior.
Do the same with the unit tests.
The _ class will become an interface implementor that calls the status classes.