xxxxxxxxxx
A facade does not encapsulate the subsystem classes or interfaces.
It just provides a simple interface (or layer) to make our life easier.
We are free to expose any functionality of the subsystem or the whole subsystem itself.
It will just make the code look ugly, else it will work.