using MediatR; namespace HN.Application { public sealed class ListLinksQuery : IRequest { } }