@SuppressWarnings("unchecked")
    public GeneratorT withInstance(int aValue) {
      instance.setInstance(aValue);

      return (GeneratorT) this;
    }