public override void AfterExecution(ISharePlatformAfterExecutionInterceptionContext context)
 {
     Aspect.TestValue++;
 }
 public virtual void AfterExecution(ISharePlatformAfterExecutionInterceptionContext context)
 {
 }