using MediatR; namespace MyHN.Application { public class GetLinksQuery : IRequest { } }