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