Entities referencing coverable and modifiable interfaces

In previous releases, an entity could provide an implementation of the Modifiable interface and separately provide an implementation of the Coverable interface. In this release, because both interfaces have a PolicyLine getter, you cannot implement both interfaces using different delegate classes. To implement both interfaces, you can implement a single adapter that implements both interfaces.