A non-static facade for static fields in
Configuration
It was created only to keep backward compatibility in Selenide 5.0.0: every time when somebody modifies, say,
Configuration.timeout, it will immediately reflect in
StaticConfig.timeout()
This class should not be normally used in end user's code.