public static IShield Register <TException>(string message)
     where TException : Exception
 {
     return(Instance.Register <TException>(message));
 }