from nestipy.common.decorator import Injectable


@Injectable()
class {{name|capitalize}}Service:

    async def test(self):
        pass