public string Action(string action, Player player) { player.Health = 0; return(ConstantStrings.GetPitOfDoomString()); }