@SuppressWarnings("unchecked")
  public GeneratorT withLastUpdated(long aValue) {
    instance.setLastUpdated(aValue);

    return (GeneratorT) this;
  }