We have a class called Website. It already has a companion object that is hidden:
object Website:
private val adminPassword: String =
// the logic of getting the password from the configuration here
Implement the authorizeAdmin method, which will check whether the passed password matches what is stored in the configuration.