I have an override on the insert and update methods in one of my service classes that add a processor. Those seem to be working fine, however, when I call the save method on the service supplying either an entity, or collection of entities neither the update, or insert methods are invoked, so how/where would I need to add the processor so it is executed when the save method is invoked? Basically I want this processor to always execute when saving to the database.