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