public async Task SaveAsync(SaveInvoiceInput input) { await _context.MapAsync <Invoice>(input); await _context.SaveChangesAsync(); }