I am developing a Windows Service that monitors a directory, but I would like a few parameters stored, such as the folder to monitor, a destination folder, and some other options. I don't want to have a database for it, I think that is overkill, and these are set once parameters. Should I do an...