public Player AddCard(Guid guid) { var nextCard = deckRepository.GetCard(); return(playerRepository.AddCard(guid, nextCard)); }