I have a section of Response.Write code used to open files that I want to put in a module, so I can use it in multiple pages. When I put it in the module, it tells me "Response is not declared." Is there a library or something that I can include to allow Response to be placed in the module?