public async Task Begin() { while (Strong.IsAlive() && Healthy.IsAlive()) { await HitStepByStep(); } Console.WriteLine($"Strong's lives {Strong.Lives} : Healthy's lives {Healthy.Lives}"); }