public async Task AddAsync(PaymentRequest paymentRequest) { await _context.AddAsync(paymentRequest); await _context.SaveChangesAsync(); }