Hi, is it possible to define own templates? ```java operationsTemplate = configuration.getTemplate("templates/javaClassGraphqlOperations.ftl"); ``` I would like to skip adding ```java throws Exception; ``` for generating interfaces.