//generated class! do not change
class UseThis {
  String aField ;
  UseThis(String aField){
    this.aField = aField;
  }
}

