package com.cubetiqs.web.infrastructure.component interface BaseFunctionComponent { fun execute(input: I?): O? }