generators/ReliableStatelessService/templates/class/Service.java (2 lines): - line 15: // TODO: If your service needs to handle user requests, return the list of ServiceInstanceListeners from here. - line 21: // TODO: Replace the following with your own logic. generators/StatefulActor/templates/service/class/ActorImpl.java (2 lines): - line 50: // TODO: Replace with your own actor method. - line 57: // TODO: Replace with your own actor method. generators/ReliableStatefulService/templates/class/Service.java (1 line): - line 37: // TODO: Replace the following sample code with your own logic