/**
  * Constructor magic method.
  * Private because this class should not be called on its own.
  */
 public function __construct()
 {
     parent::__construct();
     self::$template = new WPIMTemplate();
 }