How to call CreateControllersForAppServices method second time to generate controllers again?
I have some methods, which must be generated after host run and I need to generate controllers for this methods too.
I call PreInitialize and Initialize methods after my methods generation, but controllers for this methods are not found.