public static void Set(this Session session, string key, string value)
 {
     CustomAction.SetAction(session, key, value);
 }