Let's consider that you have created the ultimate app that can do everything in the world. But, to hide all of its complexity, you used the facade pattern. Now, this facade is a god object, meaning that it can do too much within a code.
This is a problem that needs to be fixed. What is the most optimal way to do so?