public ActionResult <IEnumerable <Card> > Get() { var accounts = _coreRepository.GetCards(); return(Ok(accounts)); }