//import { {{ className }} } from '@/infra/gateways' export class {{ className }} // implements { constructor( // private readonly httpClient: HttpGetClient, ){} async handle(input: {{ className }}.Input): Promise<{{ className }}.Output>{ } }