public void Commit(Entity.Entity entityGraph)
 {
     entityGraph?.Accept(this);
 }