class RedditBaseEvent<T> {
  name: string
  rdt: Rdt
  constructor(name: string) {
    this.name = name