namespace HackerNet.Domain; public interface ILinkRepository { void Add(Link link); // Link[] GetAll(); }