public function get_private( $force_refresh = false ) {
            $filesystem = Util::get_filesystem();

            if ( null === $this->private_key || $force_refresh ) {
                $path = $this->path . '/' . self::PRIVATE_NAME;