AuthorizationCallHandler GetHandlerFromAttribute(HandlerAttribute attribute)
 {
     return((AuthorizationCallHandler)attribute.CreateHandler(container));
 }
 PerformanceCounterCallHandler GetHandlerFromAttribute(HandlerAttribute attribute)
 {
     return((PerformanceCounterCallHandler)attribute.CreateHandler(null));
 }