public async Task <IActionResult> GetInvoiceByPeriodAsync(string id)
 {
     return(Ok(await _creditCardRepository.GetPaymentHistoryAsync(id)));
 }