export class CommentCreate {
  private constructor(
    public body: string,
  ) {}