export class Comment {
  private constructor(
    public id: number,
    public body: string,
    public createdAt: string,