namespace Domain { public interface ILinkRepository { void Add(Link link); } }