protected bool Equals(FightState other)
 {
     return(BlueFighter.Equals(other.BlueFighter) && RedFighter.Equals(other.RedFighter) && Round == other.Round && Id == other.Id);
 }