1. 获取当前方法名称
MethodBase.GetCurrentMethod().Name
  1. 获取所在类型的名称
let name = this.GetType().Name
  1. 获取任意标识符的名称
let subfolder = nameof this.subfolder