OO.ui.BookletLayout.prototype.getCurrentPage = function () {
    const name = this.getCurrentPageName();
    return name ? this.getPage( name ) : undefined;
};