public async Task <CreditCard> Retrieve(PersonCreditCardQuery query)
 {
     return(await creditCardRepository.Query(query));
 }