public void Call() { if (Status == GameStatus.Running) { CurrentRound.CallLiar(CurrentPlayer.UserId); } }