=== How to extend the web interface ===
The EnterpriseService not only hosts a WebInterface it allows you to extend it by adding your own controllers. For this you have to do two steps:
# Create your own controller that derives from System.Web.Http.ApiController ([https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Core/ Nuget Microsoft.AspNet.WebApi.Core])
# Place the assembly to the EnterpriseService Injection directory
As an example a controller can be implemented like this: