createResponse
private fun createResponse(allRoutes: List<Route>, serverStatus: ServerStatusDomainModel.Running, serverConfiguration: ServerConfigurationDomainModel, scheme: String): ServerStatusRemoteResponseModel
Returns a response model containing the server status and its services. The services are determined by the routes registered in the application. The result response does not contain the root route.