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