public bool IsAlly(Guild other) => Allies.Contains(other);
public bool IsEnemy(Guild other) => Enemies.Contains(other);