public void Handle(DeletePrescriptionCommand command)
 {
     prescriptionRepository.DeletePrescriptionAsync(command.IdPrescription);
 }