import { {{ className }} } from "@/infra/gateways" export const make{{ className }} = (): {{ className }} => { return new {{ className }}() }