public override void BeforeExecution(ISharePlatformBeforeExecutionInterceptionContext context)
 {
     Aspect.TestValue++;
 }
 public virtual void BeforeExecution(ISharePlatformBeforeExecutionInterceptionContext context)
 {
 }