public Entity RemoveAllies(IEnumerable <Position> friends) { return(UpdateWith(allies: Allies.RemoveRange(friends))); }