Web project now creates custom html for each type we want to enter / display
Added endpointConfigurationName to HiveServiceLocator (because Web Project contains more than one endpoint configuration)
Removed logging statement from ConfigurationService to prevent exception during failure of loading ConfigurationSettings
ApplicationManager: Changed default implementation to WebApplicationManager (instead of LightWeight) for testing purposes within Web Project
WebApplicationManager: The application manager which returns plugin descriptors from the currently loaded assemblies (instead of LightweightAppManager)
HiveService: Fixed a transaction bug
IControllerService: Created a method to dispatch Scenarios to certain IScenarioManager (in this case HiveScenarioManager)
Added more mappable types to ControllerModel
PlaceholderControllerService dispatches all Scenarios to the HiveScenarioManager
Web project now dispatches the scenario to the controller after pressing "Run Job"