This is a built-in template used each time you create a new IntelliJ Platform application-level service interface implementation.
Predefined variables will take the following values:
${INTERFACE_NAME}   service interface short name.
${INTERFACE_PACKAGE_NAME}   service interface package or an empty string if interface is placed in the same package as implementation.