...
LyniconConfig class contains the above four methods which are called at different stages of ASP.Net MVC startup in order to initialise Lynicon correctly. Its It's very important that the correct sequence is observed in initialisation as certain stages depend on functions e.g. routing being set up properly by previous stages. There follow templates for what these methods should contain.
...