export class AbstractEnrichCase { constructor(semantic) { this.semantic = semantic; } }