@SuppressWarnings("unchecked")
    public GeneratorT withPort(int aValue) {
      instance.setPort(aValue);

      return (GeneratorT) this;
    }