public CommentsRepository(CommentedPostsDbContext context, IClock clock)
 {
     this.context = context;
     this.clock   = clock;
 }