constructor (props) {
    this.path = props.path;
    this.onDidRemovePath = props.onDidRemovePath;
    etch.initialize(this);
  }