I'm getting warning about circular references in the EF 6 output.
I have a City Entity and Person Entity.
A City has a MayorPersonId and ComptrollerPersonId (Person Entities)
A Person has a CityLivedInID (City entity)
Is there a way to handle these relationships without getting the circular reference errors?