I was checking the TopShelf as a beginner.
I see that when you compile your console app you can install your service as:
MySampleWindowsService.exe install
and start:
MySampleWindowsService.exe start
What I do not understand is my console app does not do anything with those parameters.
Question:So how the TopShelf captures those 'install' or 'start' arguments?