public void removeWorkspace(String workspace) {
   rulesRepository.removeWorkspace(workspace);
 }