public override void Play()
        {
            var val1 = Player1.Attack();
            var val2 = Player2.Attack();

            DisplayMessage.NewLine();
            ShowResult(val1, val2);
        }