namespace Netina.Domain.CommandQueries.Queries; public record GetBlogsQuery(int Page,int? Count, Guid? CategoryId,string? BlogName) : IRequest;