I am using Topshelf combined with FluentSchedule for a Windows Service.
However, I want to be able to trial-run the application to simply start up and not execute the FluentSchedule code that sets up the timer etc.
Is there a way when running the exe file from the Command Line (i.e. without 'install' command) to check from TopShelf that it is running in Console mode?