public PaymentRepository(PaymentsContext context)
 {
     _context = context;
 }
 public UnitOfWork(PaymentsContext context)
 {
     _context = context;
 }
 public IdempotencyKeyRepository(PaymentsContext context)
 {
     _context = context;
 }