# contains the business logic for the example service async def example_service() -> str: return "This is an example service"