Effect.fn function for defining functions within my services. Since I follow the ${serviceName}:${functionName} naming convention for spans, it was inefficient to define the name twice—once for the function name and again for the span. This redundancy created maintenance issues, such as forgetting to update the span name when renaming a function.