namespace HackerNet.Domain; public interface ICommentRepository { void Add(Comment comment); }