namespace DocuMed.Domain.CommandQueries.Queries; public sealed record GetPatientQuery(Guid? Id = null , string? NationalId = null) : IRequest; public sealed record GetPatientsQuery(int Page , int Count , string? SearchName = null , string? NationalId = null) : IRequest>;