@SuppressWarnings("unchecked")
    public GeneratorT withBaseUrl(String aValue) {
      instance.setBaseUrl(aValue);

      return (GeneratorT) this;
    }