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

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