Represents a collection of API endpoints that all have handlers.
Combines this service and the specified service into a single service, which contains all endpoints and their associated handlers.
Converts this service into a zio.http.App, which can then be served via zio.http.Server.serve.