public virtual void OnEventForProtectedMethod(EventForProtectedMethod e)
 {
     OnEventForProtectedMethodInvokeCount++;
 }
 protected virtual void OnEventForProtectedMethod(EventForProtectedMethod e)
 {
     OnEventForProtectedMethodInvokeCount++;
 }