获取当前方法的调用者身份
StackTrace trace = new StackTrace();
MethodBase method = trace.GetFrame(1).GetMethod();
这里1 可以调整为2, 他表示你想知道 第几级调用者的身份