Hot Folder Service is a very simple windows service that watches a folder and executes some custom business logic upon receiving a file.
By using MEF, I'm able to implement these in quite a generic way, I can develop a few different plugins that I can handpick of which one I want to use depending on the requirement.