export default class First { static gathered(id, key) { this.id = id; this.key = key; } }