async void OnCardAttack(AttackCardAction action)
 {
     await ServerApi.AttackCard(action);
 }