public static string GetCacheKey <T>(Expression <Action <T> > method) { return(GetCacheKey(ExpressionUtils.GetMethodInfo(method))); }