generators/CoreCLRStatefulActor/templates/interface/ActorInterface.cs (2 lines): - line 17: /// TODO: Replace with your own actor method. - line 23: /// TODO: Replace with your own actor method. generators/CoreCLRStatefulActor/templates/service/class/ActorImpl.cs (2 lines): - line 45: /// TODO: Replace with your own actor method. - line 54: /// TODO: Replace with your own actor method. generators/CoreCLRStatelessService/templates/service/class/ServiceImpl.cs (1 line): - line 41: // TODO: Replace the following sample code with your own logic generators/CoreCLRStatefulService/templates/service/class/ServiceImpl.cs (1 line): - line 47: // TODO: Replace the following sample code with your own logic