public static function getInstance() : ProxyManager { if (self::$instance === null) { self::$instance = new self(); } return self::$instance; }