public async Task <IActionResult> Get(string id) { var card = await _cardService.Get(id); return(Ok(card)); }