public void Delete(string path) { _projectSystem.Delete(path); }
public void Delete(JsonObject input) { _projectSystem.Delete((string)input["path"]); }