I have a Webservice that is working normally. At this point there was a need to execute a method called "RecoverFile" that needs to be executed as soon as Webservice starts. This is a method to upload some data from the database when Webservice comes back from some failure, such as power outage, accidental reboot, etc. How can I do this without having to consume this method in another application?