public Handler(INPVCalculatorDbContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
 public GetAllProjectionsQueryHandler(INPVCalculatorDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }