using MediatR; namespace UserManagement.MediatR.Queries { public class YearlyReminderServicesQuery : IRequest { } }