I have a scenario where I have an aggregate root called "Project". Each project is in a specific order based on a DisplayOrder property which is basically an integer. There is no entity above a project that would be better suited as the aggregate root. What is the proper way to model the behavior to change the order of a project in relation to all other projects?