I need to run some code which checks the user's subscription during certain service calls, so I figured something like an AOP approach would be nice.
The call should determine whether the method should proceed or to return an error message.
How can this be done within the ServiceStack framework?