/**
  * Clean up the current workspace.
  *
  * @access private
  */
 private function clean_workspace()
 {
     $this->workspace->clean_up();
 }