public override bool Equals(object other) { return(other is ILeagueTeam otherLeagueTeam && LeagueTeamId.Equals(otherLeagueTeam.LeagueTeamId)); }