Interface method for including a text block into an Content Server element.
This facilitates hiding of the complexities of including a piece of text from
the View layer and move this into the business logic layer.
Contract is that Include implementation is created in business logic layer
and that it is included in the View layer. The View layer is expected to call
the include(ICS) method.
This interface is designed after the Command pattern.