public class SystemCrasher : ICrashable { public void CrashSystem() { throw new SystemCrashedException(); } }