# Functions
AddCounter is called to add the argumented value to a named counter.
DecCounter is called to decrement a named counter.
GenerateReport is called to create a dynamic HTTP page that shows all named counters.
GetCounter is called to get the value of a named counter.
IncCounter is called to increment a named counter.
Shutdown is called to handle service shutdown.
Startup is called to handle service startup.