private static string ActionName(this IStringLocalizer me, PageAction action) => action.IsEmpty() ? string.Empty : me[action.ToString()].Value;