using Brizco.Domain.MartenEntities.Notifications; namespace Brizco.Domain.CommandQueries.Queries; public record GetNotificationsQuery(int Page,int Count, Guid? UserId=null) : IRequest>;