I would like to have the ability to monitor using a counter category based on a string. For example: ``` csharp Action action = DoSomething; Monitoring.Monitor("MyCounterCategory", action); ```